정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
a
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> lucky_string(S, "_", [False for _ in range(len(S))]) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: unhashable type: 'list'
1
aa
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> lucky_string(S, "_", [False for _ in range(len(S))]) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: unhashable type: 'list'
0
baaa
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> lucky_string(S, "_", [False for _ in range(len(S))]) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: unhashable type: 'list'
0