정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
4 add 2 add 2 check 2 check 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> S[x] = 1 TypeError: list indices must be integers or slices, not str
1 1
4 remove 3 all toggle 3 check 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> S[x] = 0 TypeError: list indices must be integers or slices, not str
1
4 remove 9 add 9 remove 9 check 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> S[x] = 0 TypeError: list indices must be integers or slices, not str
0