#38964: Python two line code answer


winstoncklin@gmail.com (W Lin)


for i in input():
  print(chr( ord(i)-7 ), end = '')