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