J=lambda:map(int,input().split()) a,b,c=J() d,e,f=J() print(b*f-c*e,c*d-a*f,a*e-b*d);