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