duplicate certain lines _A_ by Mark Byers

r=raw_input
x=r().split()
i=0
a=''
while 1:i+=1;a=(r(a)+'\n')*-~(`i`in x)

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

download

return to the top page