#include #include using namespace std; int main(void){ int n, k; cin >> n >> k; string s; cin >> s; vector now, ans(n); for(int i=0; i