정답 개수:
1
틀린 개수:
11
실행 실패 개수:
8
6 DDDBBB
0
3
7 BDBBDBD
3
2
7 BDBDBBD
3
2
1 D
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if dindex[i] > bindex[i]: cnt += 1 ~~~~~~^^^ IndexError: list index out of range
0
5 BDDDB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if dindex[i] > bindex[i]: cnt += 1 ~~~~~~^^^ IndexError: list index out of range
1
6 DDDDBB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if dindex[i] > bindex[i]: cnt += 1 ~~~~~~^^^ IndexError: list index out of range
2