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