정답 개수:
36
틀린 개수:
52
실행 실패 개수:
12
5 1 2 4
1 2 3 4 5
1 4 3 2 5
7 1 3 5
1 2 3 4 5 6 7
1 2 5 4 3 6 7
10 1 6 9
1 2 3 4 5 6 8 7 9 10
1 2 3 4 5 9 8 7 6 10
10 3 7 7 2 7 9 10
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 11 out of bounds for length 10 at Main.main(Main.java:23)
1 7 6 5 4 3 2 8 10 9
9 4 7 8 1 8 7 8 4 7
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 11 out of bounds for length 9 at Main.main(Main.java:23)
7 8 6 1 3 4 5 2 9
8 5 2 8 1 4 7 7 3 3 2 3
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 8 at Main.main(Main.java:22)
6 8 7 1 5 4 3 2