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