a,b,c,d,e,f = map(float,input().split()) print(float((c/a)-(b*(a*f-c*d))/(a*(a*e-b*d))),float((a*f-c*d)/(a*e-b*d)))