3 2 5
9 $A$ can be, for example, ( $2$ , $1$ , $5$ ), ( $-1$ , $-2$ , $-3$ ), or ( $2$ , $2$ , $5$ ). Among those candidates, $A$ = ( $2$ , $2$ , $5$ ) has the maximum possible sum.
2 3
6
6 0 153 10 10 23
53
{
"problem": {
"name": "Maximal Value",
"description": {
"content": "There is an integer sequence $A$ of length $N$ whose values are unknown. Given is an integer sequence $B$ of length $N-1$ which is known to satisfy the following: $B_i \\geq \\max(A_i, A_{i+1})$ Find th",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc140_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is an integer sequence $A$ of length $N$ whose values are unknown.\nGiven is an integer sequence $B$ of length $N-1$ which is known to satisfy the following:\n$B_i \\geq \\max(A_i, A_{i+1})$\nFind th...",
"is_translate": false,
"language": "English"
}
]
}