정답 개수:
26
틀린 개수:
7
실행 실패 개수:
67
2 all check 9
0
1
2 all check 2
0
1
3 toggle 8 all check 6
0
1
2 check 1 empty
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 108, in <module> S_set.empty() ^^^^^^^^^^^ AttributeError: 'set' object has no attribute 'empty'
0
2 check 4 empty
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 108, in <module> S_set.empty() ^^^^^^^^^^^ AttributeError: 'set' object has no attribute 'empty'
0
2 empty check 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 108, in <module> S_set.empty() ^^^^^^^^^^^ AttributeError: 'set' object has no attribute 'empty'
0