mix lines by nn

#import<ios>
char s[9999];main(){for(int i;i<2e3;printf("%.1s",s+i%80*32+i++/80))gets(s+32*i);}

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

download

return to the top page