Non Decreasing Digits by *yuko*

var i,n:comp=10;begin for i:=2to 64do begin n:=n+n*9div i;writeln(i-1,^`,n)end;write(i,10:3)end.

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

download

return to the top page