duplicate certain lines _C_ by kt3k

while 1:f=raw_input()+'\n';d=f[:6].count('d ');print f[d*2:]*-~d,

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

download

return to the top page