정답 개수:
60
틀린 개수:
23
실행 실패 개수:
17
B ABA
1
0
AB ABA
0
1
AB BABB
0
1
B AABAAB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if T[-1] == "A" or T[0] == "A": ~^^^^ IndexError: string index out of range
0
BB BABABA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if T[-1] == "A" or T[0] == "A": ~^^^^ IndexError: string index out of range
0
A BBAABAA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if T[-1] == "A" or T[0] == "A": ~^^^^ IndexError: string index out of range
0