#54106: Python一行解


elwin.lu0120@gmail.com (Elwin)


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