#39784: pythonu一行解


76075charlie (納梨子)


print("".join(map(str,[chr(ord(i)-7) for i in [x for x in str(input())]])))