정답 개수:
8
틀린 개수:
73
실행 실패 개수:
9
9 111011110 001000011 011110011 111001011 001101100 001001111 000010110 111011011 110110010
4 5 10 12 14
5 5 5 10 12 14
9 001110000 010100001 100110110 011011000 010101011 000110010 010100100 011100010 010100001
7 1 1 1 2 3 9 10
11 1 1 1 1 1 1 2 3 3 9 10
10 1111101001 1011110110 0011010101 0111101101 1011110001 1010011010 0011101101 0100100111 0110111001 1110001111
4 1 2 5 42
8 1 1 1 2 3 5 6 42
5 01010 11110 10011 11111 00101
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if grid[i][j]=='1' and not visited[i][j]: ~~~~~~~^^^ IndexError: list index out of range
1 16
5 11010 11011 11000 10001 11011
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if grid[i][j]=='1' and not visited[i][j]: ~~~~~~~^^^ IndexError: list index out of range
3 3 3 9
5 10110 00000 01111 00010 01011
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if grid[i][j]=='1' and not visited[i][j]: ~~~~~~~^^^ IndexError: list index out of range
4 1 1 2 7