3 3 5 -1
12 8 10 Spot $1$, $2$ and $3$ are at the points with coordinates $3$, $5$ and $-1$, respectively. For each $i$, the course of the trip and the total cost of travel when the visit to Spot $i$ is canceled, are as follows: * For $i = 1$, the course of the trip is $0 \rightarrow 5 \rightarrow -1 \rightarrow 0$ and the total cost of travel is $5 + 6 + 1 = 12$ yen. * For $i = 2$, the course of the trip is $0 \rightarrow 3 \rightarrow -1 \rightarrow 0$ and the total cost of travel is $3 + 4 + 1 = 8$ yen. * For $i = 3$, the course of the trip is $0 \rightarrow 3 \rightarrow 5 \rightarrow 0$ and the total cost of travel is $3 + 2 + 5 = 10$ yen.
5 1 1 1 2 0
4 4 4 2 4
6 -679 -2409 -3258 3095 -3291 -4462
21630 21630 19932 8924 21630 19288
{
"problem": {
"name": "Traveling Plan",
"description": {
"content": "There are $N$ sightseeing spots on the $x$\\-axis, numbered $1, 2, ..., N$. Spot $i$ is at the point with coordinate $A_i$. It costs $|a - b|$ yen (the currency of Japan) to travel from a point with co",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc093_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ sightseeing spots on the $x$\\-axis, numbered $1, 2, ..., N$. Spot $i$ is at the point with coordinate $A_i$. It costs $|a - b|$ yen (the currency of Japan) to travel from a point with co...",
"is_translate": false,
"language": "English"
}
]
}