edge of cuboid by teebee(pooq)

m:-readln([A,B,C]),L=(A*C/B)^0.5,format("~0f ~0f ~0f
",[L,A/L,C/L]),m.

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

download

return to the top page