Ladder corner problem by nn

include../local/euphoria/include/get.e
object s,t
for i=0to 99do
s=get(0)t=get(0)printf(1,"%.f\n",t[2]*power(power(s[2]/t[2],2/3)+1,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