base convert by not

b;f(a,c){a&&f(a/b,a%b+48);putchar(c);}main(a){for(;~scanf("%d%d",&a,&b);)f(a,10);}

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

download

return to the top page