edge of cuboid by pooq(Grumzik)

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

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

download

return to the top page