정답 개수:
2
틀린 개수:
3
실행 실패 개수:
25
DADAD DADD
2
4
BAHDIGCKGK BIJJIHHIEG
1
4
KGFIBJBBGHHFGIFE CJCHGKJJBCCHABKA
1
4
KGHICJGII KEKBEA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> print(recur(strA, strB, len(strA)-1, len(strB)-1)) File "Main.py", line 25, in recur if dp[i-1][j] == None: IndexError: list index out of range
1
BKICAIBGG FKEJIDK
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> print(recur(strA, strB, len(strA)-1, len(strB)-1)) File "Main.py", line 25, in recur if dp[i-1][j] == None: IndexError: list index out of range
2
EFIEFBGD HACECHGFK
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> print(recur(strA, strB, len(strA)-1, len(strB)-1)) File "Main.py", line 25, in recur if dp[i-1][j] == None: IndexError: list index out of range
2