#include #define int long long using namespace std; const int inf=1e18; signed main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int n;cin>>n; string s;cin>>s; vectorm,p,z; for(int i=0;i