정답 개수:
75
틀린 개수:
0
실행 실패 개수:
25
B AABBAA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> now = arr.pop(0) IndexError: pop from empty list
0
A ABBBBABAAB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> now = arr.pop(0) IndexError: pop from empty list
0
ABBAB AAABAABABBBABBAABABAABAB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> now = arr.pop(0) IndexError: pop from empty list
0