import java.util.*; import java.io.*; public class Main{ static final Reader sc = new Reader(); static final PrintWriter out = new PrintWriter(System.out,false); static ArrayList list = new ArrayList(); static HashMap map = new HashMap(); public static void main(String[] args) throws Exception { int n = sc.nextInt(); int k = sc.nextInt(); String str = sc.next(); for(int i=0;i