257 by inaniwa

t,P[];main(i){for(;i++<36;){char*p=P;for(t=257;t;t/=i)*--p=t%i+48+(t%i>9)*7;puts(p);}}

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

download

return to the top page