n = int(input()) S = input() for s in S: print(chr(97 + 97 + 25 - ord(s)), end="") print()