#include using namespace std; int N; string S; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cin>>N>>S; for(char c='A';c<='Z';c++)cout<