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