c=input() p="" for i in range(len(c)):p+=chr(65+(ord(c[i])-i+12)%26) print(p)