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