정답 개수:
49
틀린 개수:
20
실행 실패 개수:
31
2 0 4 8 8
1
2
2 5 5 7 7
0
2
2 10 10 1 6
1
2
2 4 9 0 7
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 8 out of bounds for length 8 at Main.make(Main.java:34) at Main.main(Main.java:24)
1
2 7 8 1 2
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for length 3 at Main.make(Main.java:34) at Main.main(Main.java:24)
2
2 8 10 1 6
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 8 out of bounds for length 7 at Main.make(Main.java:34) at Main.main(Main.java:24)
2