정답 개수:
89
틀린 개수:
0
실행 실패 개수:
11
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> dp[2] = 1 ~~^^^ IndexError: list assignment index out of range
-1
2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> dp[3] = float('inf') ~~^^^ IndexError: list assignment index out of range
1
3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> dp[4] = 2 ~~^^^ IndexError: list assignment index out of range
-1