정답 개수:
61
틀린 개수:
26
실행 실패 개수:
13
2 1 2
NO
+ - + -
3 1 3 2
NO
+ - + + - -
3 1 2 3
NO
+ - + - + -
4 4 2 3 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 5 out of bounds for length 5 at Main.main(Main.java:23)
NO
5 5 2 4 1 3
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 6 out of bounds for length 6 at Main.main(Main.java:23)
NO
6 6 3 2 5 4 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for length 7 at Main.main(Main.java:23)
NO