정답 개수:
26
틀린 개수:
3
실행 실패 개수:
71
BA AABA
1
0
BAA BAAB
1
0
BA ABABABABA
1
0
B BA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if T[-1] == "A": ~^^^^ IndexError: string index out of range
1
A BA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if T[-1] == "A": ~^^^^ IndexError: string index out of range
0
BB AAA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> if T[-1] == "B": ~^^^^ IndexError: string index out of range
0