edge of cuboid by pooq

m:-prompt1(''),readln([A,B,C]),(A<0;L=floor((A*C/B)^0.5),format("~d ~d ~d
",[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