#include using namespace std; using Int = long long; signed main(){ int n; string s; cin>>n>>s; stack t; vector a(n); for(int i=0;i