정답 개수:
62
틀린 개수:
16
실행 실패 개수:
22
2 5 *.S.. D.*..
3
KAKTUS
4 2 .S .* D. .*
3
KAKTUS
3 4 .X.. .*S. .D.*
2
KAKTUS
2 2 SX .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 D. .S
런타임 에러 (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 3 X.. SD.
런타임 에러 (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