#include using namespace std; signed main(){ int n,k;cin>>n>>k; string s;cin>>s; vector ans(n); stack sta; for(int i=0;i