l = list(input()) for x in l: x = chr(122 - ord(x)) print("".join(l))