XOR Lines FIXED by hallvabo

a=0,
while 1:a=tuple(x^ord(y)for x,y in zip(a*100,raw_input()));print"%c"*len(a)%a

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

download

return to the top page