package test1; import java.util.Scanner; public class test1_class { public static void main(String[] args) { // 標準入力から読み込む際に、Scannerオブジェクトを使う。 Scanner sc = new Scanner(System.in); int L = sc.nextInt(); sc.nextLine(); int N = sc.nextInt(); sc.nextLine(); int[] W = new int[10000]; W[0] = sc.nextInt(); for(int i=1; i