정답 개수:
14
틀린 개수:
0
실행 실패 개수:
86
8 00011010 01011011 01100010 01001000 00011100 10110000 10011110 01101111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 29, in <module> dfs((x,y)) ~~~^^^^^^^ File "Main.py", line 15, in dfs if 0 <= nx < n and 0 <= ny < n and not visited[nx][ny] and map[nx][ny] == "1": ~~~~~~~~~~~^^^^ IndexError: list index out of range
6 2 2 4 4 4 14
8 10100100 10011100 11001010 01110010 11011000 10101010 00001001 11101011
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 29, in <module> dfs((x,y)) ~~~^^^^^^^ File "Main.py", line 15, in dfs if 0 <= nx < n and 0 <= ny < n and not visited[nx][ny] and map[nx][ny] == "1": ~~~~~~~~~~~^^^^ IndexError: list index out of range
8 1 1 1 2 3 3 5 15
8 11001011 00000001 01010010 11000001 10010000 11111010 00010001 01100100
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 29, in <module> dfs((x,y)) ~~~^^^^^^^ File "Main.py", line 15, in dfs if 0 <= nx < n and 0 <= ny < n and not visited[nx][ny] and map[nx][ny] == "1": ~~~~~~~~~~~^^^^ IndexError: list index out of range
11 1 1 1 1 1 1 1 2 2 3 11