Repeated Number by avinashse

a=7,c=11;main(b){for(;a--;c=c*10+1)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