eight hundred by recursive

R=raw_input
C=list(R())
while 1:print"".join(c>" "and C.pop(0)or c for c in R())

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

download

return to the top page