edge of cuboid by clock

for(;[a,b,c]=readline().split(' ');)print(l=Math.sqrt(a*c/b),a/l,c/l)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page