정답 개수:
4
틀린 개수:
6
실행 실패 개수:
40
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 2 1 0 1 1
-1
1
6 6 1 0 1 0 1 1 1 -1 0 -1 0 1 1 1 -1 1 1 1 1 1 0 0 -1 0 -1 0 0 0 0 1 1 0 0 1 1 -1
-1
2
9 9 1 0 1 1 1 1 1 1 1 1 1 0 1 0 -1 0 0 -1 1 1 0 1 0 -1 0 1 0 0 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 0 1 0 0 1 1 1 1 -1 1 1 1 1 1 0 0 1 0 -1 1 0 0
-1
1
2 4 -1 0 0 0 0 0 1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> if tomatoes[nx][ny] == 0: IndexError: list index out of range
4
6 2 0 0 0 1 -1 0 0 1 -1 -1 -1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> tomatoes[x][y] = 1 IndexError: list assignment index out of range
-1
2 9 1 0 0 1 -1 0 -1 0 0 0 0 1 0 0 0 -1 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> if tomatoes[nx][ny] == 0: IndexError: list index out of range
5