Ladder corner problem by clock

include../local/euphoria/include/get.e
object a,b
for n=0to 99do
a=get(0)b=get(0)printf(1,"%.f\n",power(power(a[2],2/3)+power(b[2],2/3),1.5))end for

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

download

return to the top page