n = int(input()) S = input() ans = [chr(ord("a")+ 25-(ord(s)-ord("a"))) for s in S] print(*ans,sep="")