#include using namespace std; using ll = long long; #define fi first #define se second #define all(a) a.begin(),a.end() int main(){ int n; string s; cin >> n >> s; for(int i=1; i