edge of cuboid by bk1e

m:-readln([A,B,C]),L is round(sqrt(A*C/B)),N is C/L,M is B/N,writef('%t %t %t\n',[L,M,N]),m.

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

download

return to the top page