while 1:a,b,c=map(int,raw_input().split());l=int((a*c/b)**.5);print l,a/l,b*l/a