정답 개수:
0
틀린 개수:
2
실행 실패 개수:
8
6 8 4 5 3 2 4 0 4 1 4 2 1 1 5 6 1 3 6 2 3 2 6 3 4 4
0
5
36596 2250 10714 17671 135 22113 18750 359 8133 31030 235 23425 7825 826 25844 24478 131 28745 30735 991 19242 7565 112 1438 10300 564 35720 19154 269 25987 21359 113 22869 22778 735 20929 10185 384 5615 25392 184 33401 23238 260 30252 18285 945 29294 3531 181 32852 4625 192 5667 3258 404 24831 23628 71 17770 14005 480 6167 5115 235 6975 11800 284 30982 13444 14 25262 25941 402 35225 1512 497 17083 36529 914 23761 5060 607 2909 10632 972 23932 311 703 8241 33049 840 27948 6319 26 21391 5876 682 18003 9965 132 3295 4371 891 22879 35728 657 23413 22809 154 13506 16987 478 24579 29592 944 2199 8248 871(...truncated, total 34355 characters, 2251 lines)
0
2147483647
2 1 2 1 5
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index 2 out of bounds for length 2 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:361) at java.base/java.util.ArrayList.get(ArrayList.java:427) at Main.main(Main.java:39)
5
3 2 3 2 0 2 1 0
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index 3 out of bounds for length 3 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:361) at java.base/java.util.ArrayList.get(ArrayList.java:427) at Main.main(Main.java:39)
0
5 5 2 5 0 3 1 50 4 3 4 5 1 0 2 1 0
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index 5 out of bounds for length 5 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:361) at java.base/java.util.ArrayList.get(ArrayList.java:427) at Main.main(Main.java:39)
0