정답 개수:
7
틀린 개수:
0
실행 실패 개수:
18
1 1 6 3 0 1 0 2 0 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 21, in <module> mat[Y][X] = 1 IndexError: list index out of range
1
1 5 10 3 2 9 3 9 2 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 21, in <module> mat[Y][X] = 1 IndexError: list index out of range
1
2 1 3 2 0 1 0 0 4 1 1 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 21, in <module> mat[Y][X] = 1 IndexError: list index out of range
1 1