#41273: python


suyueh (suyueh)


s=input()
ans=''
for i in s:
      ans+=chr(ord(i)-7)
print(ans)