Excess3 by kou

main(i,p)char*p;{for(;gets(p);puts(p))for(;*p;p++)for(i=4;i--;)putchar(*p+3>>i&1|48);}

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

download

return to the top page