#define x sqrt(b*c/a):0:0,^` var a,b,c:real;begin repeat read(a,b,c);writeln(c/x,b/x,x:0)until 0>0end.