XOR Lines FIXED by pv2b

r=raw_input;a=r()
while 1:a=''.join(chr(ord(x)^ord(y))for x,y in zip(a,r(a+'\n')))

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

download

return to the top page