정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
4 5 VJRWQ TJCER RMFHT ATOUI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> dfs(0, 0, [board[0][0]]) ~~~^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 30, in dfs temp = dfs(ny, nx, path + [ch]) File "Main.py", line 30, in dfs temp = dfs(ny, nx, path + [ch]) File "Main.py", line 30, in dfs temp = dfs(ny, nx, path + [ch]) File "Main.py", line 31, in dfs max_d = max(max_d, temp) TypeError: '>' not supported between instances of 'NoneType' and 'int'
13
6 4 BBHF ZFVN MFKC ZHJE BFYH OCUM
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> dfs(0, 0, [board[0][0]]) ~~~^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 30, in dfs temp = dfs(ny, nx, path + [ch]) File "Main.py", line 30, in dfs temp = dfs(ny, nx, path + [ch]) File "Main.py", line 30, in dfs temp = dfs(ny, nx, path + [ch]) [Previous line repeated 8 more times] File "Main.py", line 31, in dfs max_d = max(max_d, temp) TypeError: '>' not supported between instances of 'NoneType' and 'int'
13
15 1 C K K L P X I H V V J K S T M
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> dfs(0, 0, [board[0][0]]) ~~~^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 31, in dfs max_d = max(max_d, temp) TypeError: '>' not supported between instances of 'NoneType' and 'int'
2