정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
4 DDDD
런타임 에러 (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
6 DDDBBB
런타임 에러 (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
3
6 BDBDDB
런타임 에러 (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