정답 개수:
61
틀린 개수:
19
실행 실패 개수:
20
3 2 S. .. .D
KAKTUS
3
2 4 ...D S..*
4
KAKTUS
2 5 .**.S XD...
4
KAKTUS
2 3 S*D ..*
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 45, in <module> if ans > C : TypeError: '>' not supported between instances of 'NoneType' and 'int'
KAKTUS
2 3 D*X *.S
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 45, in <module> if ans > C : TypeError: '>' not supported between instances of 'NoneType' and 'int'
KAKTUS
2 5 ..**D .S...
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 45, in <module> if ans > C : TypeError: '>' not supported between instances of 'NoneType' and 'int'
KAKTUS