#include using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int N,K; string S; cin>>N>>K>>S; string S2="",S3=""; for(int i=0;i