mix lines by chocobi

char o[20][80];x;main(c){for(;~(c=getchar());)x=c<11?0:x+!!strcat(o[x],&c);for(;printf(o[x++]););}

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

download

return to the top page