#include using namespace std; int N; string S; int main() { cin>>N>>S; if(!(1<=N&&N<=100000)) { cerr<<"N range error"<