Excess3 by Fadis

#include <cstdio>
main(){int c,i;for(;c=getchar()+1;)if(c-11)for(i=4;i;)putchar(c-46>>--i&1|48);else puts("");}

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

download

return to the top page