package yukicoder; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class yukicoder015 { public static void main(String[] args){ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String tes = null; try { tes = br.readLine(); } catch (IOException e) { // TODO 自動生成された catch ブロック e.printStackTrace(); } String[] sp = tes.split(" "); int n = Integer.parseInt(sp[0]); int k = Integer.parseInt(sp[1]); try { tes = br.readLine(); } catch (IOException e) { // TODO 自動生成された catch ブロック e.printStackTrace(); } aisu soft = new aisu(tes); char tmp; int countka = 0; int tututu = 0; for(int i=0;i