r=raw_input s=r() while 1:print s;s="".join(chr(ord(i)^ord(j))for i,j in zip(r(),s))