Nest the 0 by lpha

main(i,j){for(;gets(&i);)for(i=j=atoi()+1;putchar(--i?i>0?91:i+j?93:10:48)%5;);}

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

download

return to the top page