#include #include #include #include using namespace std; int main(){ int N,K; string S; cin >> N >> K >> S; vector p(N+1); stack sta; for(int i=0; i