정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
1 26
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> difficulty_cut = difficulty[cut:len(difficulty) - cut] TypeError: slice indices must be integers or None or have an __index__ method
26
1 20
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> difficulty_cut = difficulty[cut:len(difficulty) - cut] TypeError: slice indices must be integers or None or have an __index__ method
20
2 4 14
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> difficulty_cut = difficulty[cut:len(difficulty) - cut] TypeError: slice indices must be integers or None or have an __index__ method
9