정답 개수:
22
틀린 개수:
74
실행 실패 개수:
4
5 01001 00100 00010 00101 10000
6 1 1 1 1 1 1
7 1 1 1 1 1 1 1
6 101000 011000 110101 110101 010001 101001
5 1 1 2 4 8
6 1 1 1 2 4 8
7 0010000 0011101 0001111 1011110 0011110 0110101 1000010
4 1 1 1 20
5 1 1 1 1 20
2 10 00
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if list[i][j] == 1 and check[i][j] == False: IndexError: list index out of range
1 1
2 01 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if list[i][j] == 1 and check[i][j] == False: IndexError: list index out of range
2 1 1
3 010 001 001
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if list[i][j] == 1 and check[i][j] == False: IndexError: list index out of range
2 1 2