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; while(soft.isFlag()){ tututu = 0; tmp = soft.eat(); if(tmp == '1'){ if(k <= soft.getKazu()){ countka++; break; } tututu++; }else if(tmp == '2'){ if(k <= soft.getKazu()){ countka++; break; } tututu++; tututu++; } for(int j=0;j