3 2 1 3 6
Possible Possible Possible It is possible to start from the first oasis and visit all the oases, as follows: * Walk from the first oasis to the second oasis. The amount of stored water becomes $0$. * Get water at the second oasis. The amount of stored water becomes $2$. * Jump from the second oasis to the third oasis. The amount of stored water becomes $0$, and the volume of the hump becomes $1$.
7 2 -10 -4 -2 0 2 4 10
Impossible Possible Possible Possible Possible Possible Impossible A oasis may be visited any number of times.
16 19 -49 -48 -33 -30 -21 -14 0 15 19 23 44 52 80 81 82 84
Possible Possible Possible Possible Possible Possible Possible Possible Possible Possible Possible Possible Impossible Impossible Impossible Impossible
{
"problem": {
"name": "Camel and Oases",
"description": {
"content": "There are $N$ oases on a number line. The coordinate of the $i$\\-th oases from the left is $x_i$. Camel hopes to visit all these oases. Initially, the volume of the hump on his back is $V$. When the v",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc012_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ oases on a number line. The coordinate of the $i$\\-th oases from the left is $x_i$.\nCamel hopes to visit all these oases. Initially, the volume of the hump on his back is $V$. When the v...",
"is_translate": false,
"language": "English"
}
]
}