정답 개수:
0
틀린 개수:
8
실행 실패 개수:
2
4 0 3 2
[0, 2147483647, 2147483647, 2147483647] [2147483647, 2147483647, 0, 2147483647] [2147483647, 0, 2147483647, 2147483647] -4
-1
5 6 3 5 4 2 3 4 2 5 1 3 4 3 1 2 8 1 5 5 4 2
[0, 6, 9, 12, 5] [12, 7, 3, 0, 7] [6, 0, 4, 7, 1] 13
20
5 8 1 4 5 2 5 8 1 2 2 2 3 2 4 5 2 1 3 1 2 4 1 3 5 6 3 4
[0, 2, 1, 3, 5] [1, 2, 0, 3, 5] [3, 1, 3, 0, 2] 4
6
3 3 1 3 8 2 3 5 1 2 2 2 3
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at Main.main(Main.java:96)
7
3 3 1 2 4 2 3 2 1 3 3 2 3
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at Main.main(Main.java:96)
6