Non Decreasing Digits by *yuko*

integer*8::n=10;do1 i=2,65;n=n+n*9/i;if(i>64)n=10;1 print'(i0xi0)',i-1,n;end

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

download

return to the top page