#include using namespace std; int main(){ int n,k; string s; stack< pair > st; cin >> n >> k >> s; for(int i=0;i