edge of cuboid by Hendrik

f[a,b,c]=let l=sqrt(c*a/b)in unwords$map(show.floor)[l,a/l,c/l]
m@main=getLine>>=putStrLn.f.map read.words>>m

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

download

return to the top page