#include using namespace std; int main() { int N; cin>>N; string S; cin>>S; for(char&c:S)c='z'-(c-'a'); cout<