정답 개수:
31
틀린 개수:
0
실행 실패 개수:
69
1 2 1 2 68 2 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> time[i] = d[i-1] ~~~~^^^ IndexError: list assignment index out of range
68
1 2 1 43 95 1 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 25, in <module> time[next] = max(time[next], time[x]+d[next-1]) ~~~~^^^^^^ IndexError: list index out of range
43
1 2 1 57 42 1 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 25, in <module> time[next] = max(time[next], time[x]+d[next-1]) ~~~~^^^^^^ IndexError: list index out of range
57