정답 개수:
71
틀린 개수:
18
실행 실패 개수:
11
1 1 1 1 1 1 1
1
0
2 3 1 2 5 1 2 10 1 2 3 1 2
5
3
4 3 3 4 98 4 3 14 3 4 2 3 4
98
2
4 7 4 2 56 2 1 95 1 3 36 2 4 61 2 3 36 2 1 78 2 1 5 4 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(dfs(at,to, 0)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) [Previous line repeated 995 more times] File "Main.py", line 19, in dfs if next == to: RecursionError: maximum recursion depth exceeded in compa(...truncated, total 505 characters)
92
5 7 4 2 76 2 5 56 5 1 22 2 5 95 5 2 11 2 4 21 4 5 66 4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(dfs(at,to, 0)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) [Previous line repeated 995 more times] File "Main.py", line 19, in dfs if next == to: RecursionError: maximum recursion depth exceeded in compa(...truncated, total 505 characters)
88
6 7 3 5 70 5 1 92 6 2 100 6 1 9 3 2 89 6 3 18 2 6 74 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(dfs(at,to, 0)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) File "Main.py", line 23, in dfs total_cost.append(dfs(next, to, cost + pay)) [Previous line repeated 995 more times] File "Main.py", line 19, in dfs if next == to: RecursionError: maximum recursion depth exceeded in compa(...truncated, total 505 characters)
162