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