정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 1
런타임 에러 (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 1
3 100 101 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 2 2
7 0011101 0010100 0110011 0000011 0011000 0010101 0111010
런타임 에러 (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
7 1 1 1 1 4 6 7