r=map(ord,raw_input()) x=0 for b in r:x^=b print''.join('%02x'%(x^b)for b in r).join('%x'%x).decode('hex')