정답 개수:
17
틀린 개수:
19
실행 실패 개수:
64
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
3 5 1 1 1 -1 1 0 1 0 1 1 0 1 1 0 0
-1
1
4 4 0 0 0 -1 -1 1 -1 -1 0 0 0 0 -1 0 0 -1
-1
3
2 12 1 1 1 1 -1 -1 0 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1
0
1
3 2 1 0 0 0 0 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
3
3 2 -1 -1 1 1 -1 -1
런타임 에러 (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
0
4 2 -1 0 1 0 0 0 -1 1
런타임 에러 (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
3