edge of cuboid by bk1e

#!ruby -alp
a,b,c=$F.map{|s|s.to_i}
a=Math.sqrt(a*c/b)
$_='%d %d %d'%[a,a*b/c,c/a]

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

download

return to the top page