N = int(input()) S = input() T = ''.join(chr(97*2+25-ord(s)) for s in S) print(T)