정답 개수:
10
틀린 개수:
0
실행 실패 개수:
15
2 all check 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 21, in <module> s.add([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]) TypeError: unhashable type: 'list'
1
4 all all remove 3 check 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 21, in <module> s.add([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]) TypeError: unhashable type: 'list'
0
5 empty remove 4 all empty check 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 21, in <module> s.add([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]) TypeError: unhashable type: 'list'
0