정답 개수:
26
틀린 개수:
10
실행 실패 개수:
64
3 31 421 60
0
481
3 151 8 134
0
285
3 167 334 63
0
397
4 10 8 10 8
런타임 에러 (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
28
4 37 42 9 56
런타임 에러 (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
135
4 164 95 254 77
런타임 에러 (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
495