정답 개수:
2
틀린 개수:
2
실행 실패 개수:
26
KKBHEH CCKKHA
4
3
HFFFAGCKIDJDJFBHDEC EJHGGKKFBDIAHFEEDIJ
8
7
DADAD DADD
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> checker[i][j] = checker[i-1][j] + 1 IndexError: list index out of range
4
BEGFCDA GCAEDCKGFD
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> checker[i][j] = max(checker[i-1][j], checker[i][j-1]) IndexError: list index out of range
4
AHCJCHFE HCFGHIGBH
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> checker[i][j] = max(checker[i-1][j], checker[i][j-1]) IndexError: list index out of range
3