Repeated Number by avinashse

b;main(c){for(;(c=c*10+1)<1<<25;)for(b=0;b^9;printf("%d\n",++b*c));}

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

download

return to the top page