s = input('明文:')
for c in s:
    print(chr(ord(c)+3),end='')