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