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