정답 개수:
39
틀린 개수:
25
실행 실패 개수:
36
3 add 9 all check 6
0
1
3 remove 4 check 1 empty
0 0
0
4 add 7 all remove 7 check 1
0
1
2 all check 16
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if command=='add': ^^^^^^^ NameError: name 'command' is not defined
1
2 empty check 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if command=='add': ^^^^^^^ NameError: name 'command' is not defined
0
2 empty check 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if command=='add': ^^^^^^^ NameError: name 'command' is not defined
0