#include #include using namespace std; int main(){ int N, K; cin >> N >> K; string S; cin >> S; --K; vector stk; for(int i=0;i