정답 개수:
1
틀린 개수:
3
실행 실패 개수:
7
2 3 1 0 6 7 4 0 0 5 6 4 3 2 2 2 1
0 0 0 0
0 0
3 2 0 0 6 0 0 0 0 0 0 4 4 2 2 1 3
0 0 0
0 0 0 0
4 2 1 1 5 0 0 0 5 0 3 0 0 2 4 3 2 1
0 0 0
0 0 0 0
2 3 0 2 4 0 0 0 0 0 0 3 2 1 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 30, in <module> if world[y][x] == 0: ^^^^^^^^ IndexError: list index out of range
0 0 0
4 2 3 0 5 0 0 0 1 1 0 0 0 2 1 3 3 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 30, in <module> if world[y][x] == 0: ^^^^^^^^^^^ IndexError: list index out of range
0 0 0 0
4 2 3 1 6 0 0 6 0 2 7 6 6 1 4 2 2 4 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 30, in <module> if world[y][x] == 0: ^^^^^^^^^^^ IndexError: list index out of range
0 0