while 1: \x09a,s=raw_input().split(" ");i=0 \x09for j in eval(a or`a`):print s[i:j],;i=j \x09print s[i:]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page