정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
2 01 01
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> nx , ny = current[0] + dic[0], current[1] + dic[1] TypeError: 'int' object is not subscriptable
1 2
2 11 10
런타임 에러 (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 3
3 011 110 001
런타임 에러 (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
2 1 4