정답 개수:
0
틀린 개수:
9
실행 실패 개수:
1
5 11101 01010 00000 10011 01010
6 0 0 0 0 2
6 1 1 1 1 3 4
6 001101 011001 100011 101000 000010 110100
7 0 0 0 1 1 3
7 1 1 1 2 2 4 4
10 1011001011 1100110010 1111101100 1110000011 1001011100 1111110000 0101011001 0110110100 1101101010 1111110101
12 0 0 0 0 0 0 0 1 1 1
12 1 1 1 1 1 1 1 2 2 2 3 42
12 111100100100 110010011011 111100101011 101001111111 101010100110 001010101100 011101111100 101111000111 010101100100 000110110110 101000011111 010100111110
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index 11 out of bounds for length 11 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:40)
11 1 1 1 1 1 1 1 1 1 2 71