정답 개수:
1
틀린 개수:
15
실행 실패 개수:
4
11 00101001001 10000101000 00110100001 00111000100 01101110101 01110110100 00001000101 01011011001 11111011100 11110100010 11011000110
15 1 1 1 1 1 1 1 2 2 2 3
15 1 1 1 1 1 1 1 2 2 2 3 4 5 15 17
12 000011101110 101001000110 000111010111 011010111001 111011011010 111110101101 110100011010 001011011000 001011011101 100110111100 101001110011 101001110110
15 1 1 1 1 1 1 1 2 2 3 4 6
15 1 1 1 1 1 1 1 2 2 3 4 6 9 23 25
13 0110000111101 0001101010001 0101010111111 0101110010101 0010010010111 1011011001110 1011101110111 0100100111011 1011101010110 1110100101000 1010001110111 0001110101010 0000101001011
15 1 1 1 1 1 2 2 2 2 4 5 6 17
15 1 1 1 1 1 2 2 2 2 4 5 6 17 17 30
6 000000 101101 111111 111010 101001 111010
런타임 에러 (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:40)
3 1 1 19
7 1110111 0101110 0100111 0011110 0001001 1110000 0010101
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index 6 out of bounds for length 6 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)
6 1 1 1 4 5 14
9 000110000 011000000 101111011 101100111 101011010 000011000 001111001 001010000 011101110
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index 7 out of bounds for length 7 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)
7 1 2 3 3 6 9 13