Pileup by clock

for(r=readline(n=0).split(' ');s=r[n]+(q=r[n+1]);r[n]=s.slice(0,k=q.length),r[++n]=s.slice(k))print(r.join(' '))

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

download

return to the top page