정답 개수:
68
틀린 개수:
31
실행 실패 개수:
1
IBECIGE GHCIBDG
3 EIG
3 CIG
Reported LCS is not a valid subsequence of the second input string
EAICBGJHF KDFBAII
2 CI
2 AI
Reported LCS is not a valid subsequence of the first input string
CGDCADC FKAGGKKDFHK
2 DD
2 AD
Reported LCS is not a valid subsequence of the second input string
FFKGAJ HEHDHEIAJD
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 51, in <module> if lcs_list[i][j+1] == 1: ~~~~~~~~~~~^^^^^ IndexError: list index out of range
2 AJ