Big Number by *yuko*

var n:word=22;begin repeat write(n);n:=n*7div 3until n>1e8end.

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

download

return to the top page