Print numbers _Revised_ by notogawa

a=17;main(i,n,r){for(;a-->2;printf("%d\n",r))for(r=0,i=1,n=16;r+=n%a*i,n>a-1;n/=a)i*=10;}

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

download

return to the top page