#43833: EZ 一發AC


cat_star_knight (幽靈貓神)

學校 : 臺北市立麗山國中
編號 : 290235
來源 : [223.140.221.198]
最後登入時間 :
2024-11-10 13:23:59
d623. 反方陣 -- leopan0922 | From: [220.129.204.101] | 發表日期 : 2024-11-04 19:38

while 1:
 try:
  a,b=map(int,input().split())
  c,d=map(int,input().split())
  e=a*d-b*c
  if e==0:
   print('cheat!')
  else:
   print('%.5f %.5f'%(d/e,-b/e))
   print('%.5f %.5f'%(-c/e,a/e))
 except:
  break
 
ZeroJudge Forum