n section by TokusiN

main(n,s){for(;--n||~scanf("%d%s",&n,s);)s+=printf("%.*s%c",strlen(s)/n,s,n-1?32:10)-1;}

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

download

return to the top page