s=input() l=list(map(ord, s)) nanachi="" for i in range(len(l)): nanachi+=chr((l[i]-i-14)%26+65) print(nanachi)