정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
DADAD DADD
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> arr[i+1][j+1]=arr[i][j]+1 IndexError: list index out of range
4
DBAFBGDIFKBE BECCKI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> arr[i+1][j+1]=max(arr[i][j+1],arr[i+1][j]) IndexError: list index out of range
2
HEIFKIEDC HFGDBDFGII
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> arr[i+1][j+1]=max(arr[i][j+1],arr[i+1][j]) IndexError: list index out of range
3