정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 010 000 101
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if house[i][j] == 1 and not visited[i][j]: IndexError: list index out of range
3 1 1 1
4 0110 0011 1110 0100
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if house[i][j] == 1 and not visited[i][j]: IndexError: list index out of range
1 8
4 0000 1101 0110 1000
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if house[i][j] == 1 and not visited[i][j]: IndexError: list index out of range
3 1 1 4