import java.util.*; public class Main{ public static void main(String[] args){ Scanner sc1 = new Scanner(System.in); // Scanner sc2 = new Scanner(System.in); // Scanner sc3 = new Scanner(System.in); List W = new ArrayList(); //大きな箱の幅 int L = sc1.nextInt(); //ブロックの数 // int N = sc2.nextInt(); int N = sc1.nextInt(); //各ブロックの幅を格納 for(int i=0;i L){ break; } else{ kosu = j + 1; } } System.out.println(kosu); } }