정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 all check 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> if S in N[1]: TypeError: 'in <string>' requires string as left operand, not set
1
2 add 3 check 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> if S in N[1]: TypeError: 'in <string>' requires string as left operand, not set
1
3 remove 1 toggle 1 check 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if S in N[1]: TypeError: 'in <string>' requires string as left operand, not set
1