정답 개수:
64
틀린 개수:
10
실행 실패 개수:
26
3 all check 1 all
0
1
4 toggle 2 empty all check 1
0
1
4 remove 6 empty all check 3
0
1
5 all toggle 2 all all check 15
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 102, in <module> S_set.add(x) ^^^^^^^^^ AttributeError: 'list' object has no attribute 'add'
1
5 toggle 2 all check 2 add 1 add 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 81, in <module> S_set.add(x) ^^^^^^^^^ AttributeError: 'list' object has no attribute 'add'
1
5 add 5 all toggle 4 empty check 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 102, in <module> S_set.add(x) ^^^^^^^^^ AttributeError: 'list' object has no attribute 'add'
0