Repeated Number by inaniwa

m;main(n){for(;m<63;printf("%d\n",m++%9*n+n))n=m%9?n:n*10+1;}

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

download

return to the top page