Excess3 by hos

f(c){c>3&&f(c/2)+putchar(48+c%2);}main(c){for(;read(0,&c,1);)c-10?f(c+3):puts("");}

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

download

return to the top page