#26464: PYTHON三行解(供學術參考))


s710930@whsh.tc.edu.tw (林敬沛)


i=input()

for a in i:    

    print(chr(ord(a)-7),end="")