#include using namespace std; using ll=long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); ll N; string S; cin>>N>>S; for(int i=0;i