List<List<Double>> scores = new ArrayList(List.of(new ArrayList(List.of(new Double[]{67.0, 80.0, 90.5, 75.3, 70.0})), new ArrayList(List.of(new Double[]{70.0, 85.0, 65.5, 75.3, 80.0})), new ArrayList(List.of(new Double[]{69.0, 85.0, 95.5, 85.3, 74.0}))));