정답 개수:
1
틀린 개수:
1
실행 실패 개수:
18
ACBDJFHCEIDG HIHCFKAIFHJC
5
4
DADAD DADD
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> table[i][j] = table[i-1][j-1] + 1 ~~~~~^^^ IndexError: list index out of range
4
AIHHGCDJECJG KJKIJK
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> table[i][j] = max(table[i-1][j], table[i][j-1]) ~~~~~^^^ IndexError: list index out of range
2
ECCDAHF BJHJIHBGJIGFHH
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> table[i][j] = max(table[i-1][j], table[i][j-1]) ~~~~~~~~~~^^^ IndexError: list index out of range
2