정답 개수:
0
틀린 개수:
2
실행 실패 개수:
8
2 4 6 5 7 6 8 2 2 2 2 3 2 2 2
13 8
13 9
3 10 5 5 5 5 5 5 5 5 5 5 4 16 11 6 2 7 8 10 11 11 8 3 5
25 13 34
25 22 30
3 6 10 8 6 4 2 12 3 19 10 2 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> if dp[start]+arr[start+1] > arr[end]+arr[end-1]: ~~^^^^^^^ IndexError: list index out of range
24 21 1
2 10 5 3 4 3 4 4 3 4 5 5 4 15 11 7 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> if dp[start]+arr[start+1] > arr[end]+arr[end-1]: ~~^^^^^^^ IndexError: list index out of range
21 22
2 10 4 5 6 8 9 11 12 14 15 17 6 5 4 7 14 7 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 32, in <module> if dp[start]+arr[start+1] > arr[end]+arr[end-1]: ~~^^^^^^^ IndexError: list index out of range
55 26