정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 2 1 1 1 1
2147483647
2
2 3 1 1 1 1 1 1
2147483647
2
2 4 5 3 4 2 3 5 5 2
2147483647
4
3 2 3 1 2 5 4 4
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at Main.main(Main.java:30)
7
3 2 1 1 1 1 1 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at Main.main(Main.java:30)
3
4 2 5 1 4 5 2 5 2 5
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at Main.main(Main.java:30)
10