정답 개수:
0
틀린 개수:
5
실행 실패 개수:
5
6 all add 1 all all empty check 8
add check 0
0
6 all check 2 all remove 2 empty check 2
check 1 remove check 0
1 0
7 empty all remove 2 remove 2 empty empty check 1
remove remove check 0
0
3 toggle 3 toggle 3 check 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> S[x] = ~bina(S[x]) NameError: name 'bina' is not defined. Did you mean: 'bin'?
0
6 add 7 all add 7 remove 7 toggle 7 check 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> S[x] = ~bina(S[x]) NameError: name 'bina' is not defined. Did you mean: 'bin'?
1
6 check 1 all check 1 check 5 toggle 4 remove 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> S[x] = ~bina(S[x]) NameError: name 'bina' is not defined. Did you mean: 'bin'?
0 1 1