s=input() i=0 for a in s:print(end=chr(ord(s[i^1])&96|int(bin(ord(a))[:3:-1],2)));i+=1