정답 개수:
23
틀린 개수:
22
실행 실패 개수:
55
4 0 0 5 0 3 0 0 1 9 0 0 6 7 4 5 0
inf
18
4 0 6 6 0 8 0 0 0 0 8 0 9 1 4 1 0
inf
27
4 0 5 3 4 4 0 1 7 1 9 0 0 0 3 3 0
inf
9
3 0 0 6 5 0 0 5 1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/6b3b4015eb95e7aeb9d9407cd5d629d641d0dc1613a5fd2fdf9bc7794c3a6214/Main.py", line 24, in <module> backtracking(0,0,visited,0,0) File "/tmp/compile/6b3b4015eb95e7aeb9d9407cd5d629d641d0dc1613a5fd2fdf9bc7794c3a6214/Main.py", line 19, in backtracking if dp[visited][i] > cost: IndexError: list index out of range
12
3 0 0 4 4 0 9 0 9 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/6b3b4015eb95e7aeb9d9407cd5d629d641d0dc1613a5fd2fdf9bc7794c3a6214/Main.py", line 24, in <module> backtracking(0,0,visited,0,0) File "/tmp/compile/6b3b4015eb95e7aeb9d9407cd5d629d641d0dc1613a5fd2fdf9bc7794c3a6214/Main.py", line 19, in backtracking if dp[visited][i] > cost: IndexError: list index out of range
17
3 0 2 0 2 0 6 6 6 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/6b3b4015eb95e7aeb9d9407cd5d629d641d0dc1613a5fd2fdf9bc7794c3a6214/Main.py", line 24, in <module> backtracking(0,0,visited,0,0) File "/tmp/compile/6b3b4015eb95e7aeb9d9407cd5d629d641d0dc1613a5fd2fdf9bc7794c3a6214/Main.py", line 21, in backtracking backtracking(first,i,visited,cost,depth+1) File "/tmp/compile/6b3b4015eb95e7aeb9d9407cd5d629d641d0dc1613a5fd2fdf9bc7794c3a6214/Main.py", line 19, in backtracking if dp[visited][i] > c(...truncated, total 540 characters)
14