정답 개수:
20
틀린 개수:
36
실행 실패 개수:
44
4 BDBD
0
1
4 BDBB
0
1
5 BDBBD
0
1
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
2 DD
런타임 에러 (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
3 BDD
런타임 에러 (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