#include using namespace std; int main() { int N,K,top; string S; cin>>N>>K>>S; stack st; vector vt(N); for(int i=0;i