정답 개수:
27
틀린 개수:
0
실행 실패 개수:
73
3 6 7 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> s1 = dp[n-3] + data[n-1] + data[n] IndexError: list index out of range
12
3 49 100 39
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> s1 = dp[n-3] + data[n-1] + data[n] IndexError: list index out of range
139
3 16 204 50
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> s1 = dp[n-3] + data[n-1] + data[n] IndexError: list index out of range
254