정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 1 20 256 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> counter = Counter(blocks) File "/usr/lib/python3.10/collections/__init__.py", line 577, in __init__ self.update(iterable, **kwds) File "/usr/lib/python3.10/collections/__init__.py", line 670, in update _count_elements(self, iterable) TypeError: unhashable type: 'list'
374 138
3 1 6 0 256 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> counter = Counter(blocks) File "/usr/lib/python3.10/collections/__init__.py", line 577, in __init__ self.update(iterable, **kwds) File "/usr/lib/python3.10/collections/__init__.py", line 670, in update _count_elements(self, iterable) TypeError: unhashable type: 'list'
512 87
2 1 18 117 144
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> counter = Counter(blocks) File "/usr/lib/python3.10/collections/__init__.py", line 577, in __init__ self.update(iterable, **kwds) File "/usr/lib/python3.10/collections/__init__.py", line 670, in update _count_elements(self, iterable) TypeError: unhashable type: 'list'
32 139