integer*8::n=10;do i=2,65;n=n+n*9/i;if(i>64)n=10;print'(i0xi0)',i-1,n;enddo;end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page