정답 개수:
67
틀린 개수:
12
실행 실패 개수:
21
4 3 *.S .D. .** *..
2
KAKTUS
3 5 *.... ...SX *D..*
3
KAKTUS
6 2 XX .. .. .X *S D*
2
KAKTUS
2 2 S. .D
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> w_dist[w[0]][w[1]] = 0 ^^^^ IndexError: list index out of range
2
2 2 .S .D
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> w_dist[w[0]][w[1]] = 0 ^^^^ IndexError: list index out of range
1
2 2 XS .D
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> w_dist[w[0]][w[1]] = 0 ^^^^ IndexError: list index out of range
1