정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
a 1 D
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> head.append(tail.pop()) IndexError: pop from empty list
a
h 1 L
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 24, in <module> print(*head.extend(tail)) TypeError: print() argument after * must be an iterable, not NoneType
h
bfm 1 B
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 24, in <module> print(*head.extend(tail)) TypeError: print() argument after * must be an iterable, not NoneType
bf