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