정답 개수:
60
틀린 개수:
0
실행 실패 개수:
40
2 remove 1 check 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> s.remove(int(cmd[1])) ~~~~~~~~^^^^^^^^^^^^^ KeyError: 1
0
2 remove 1 check 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> s.remove(int(cmd[1])) ~~~~~~~~^^^^^^^^^^^^^ KeyError: 1
0
2 check 6 remove 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> s.remove(int(cmd[1])) ~~~~~~~~^^^^^^^^^^^^^ KeyError: 6
0