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