정답 개수:
1
틀린 개수:
2
실행 실패 개수:
17
DADAD DADD
5
4
HHICEC FAGBCBF
2
1
FGDFHBJCJ GBCHHE
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> table[i][j] = max(table[i-1][j], table[i][j-1]) ~~~~~^^^ IndexError: list index out of range
3
FGKFDC FEAGKFBAJ
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> table[i][j] = max(table[i-1][j], table[i][j-1]) ~~~~~~~~~~^^^ IndexError: list index out of range
4
CDEJBGKCAG EDGIIH
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> table[i][j] = max(table[i-1][j], table[i][j-1]) ~~~~~^^^ IndexError: list index out of range
2