3 0 6 10
5 During the party lasting $5$ seconds, each person should move as follows: * Person $1$: always moves in the positive direction at a speed of $1$. * Person $2$: moves in the positive direction at a speed of $1$ during the first $2$ seconds, then in the negative direction at a speed of $1$ during the remaining $3$ seconds. * Person $3$: always moves in the negative direction at a speed of $1$. If they move in this way, Person $2$ and Person $3$ will be at the same coordinate exactly $2$ seconds after the beginning, and Person $1$ and Person $2$ will be at the same coordinate at the end of the party. Thus, they can satisfy all the conditions for $k = 5$. For smaller $k$, there is no strategy to satisfy all of them.
5 0 2 4 6 8
3 During the party lasting $3$ seconds, each person should, for example, move as follows: * Person $1$: always moves in the positive direction at a speed of $1$. * Person $2$: moves in the positive direction at a speed of $1$ during the first $2$ seconds, then in the negative direction at a speed of $1$ during the remaining $1$ second. * Person $3$: does not move at all. * Person $4$: moves in the negative direction at a speed of $1$ during the first $2$ seconds, then in the positive direction at a speed of $1$ during the remaining $1$ second. * Person $5$: always moves in the negative direction at a speed of $1$.
10 0 2 4 6 8 92 94 96 98 100
44
{
"problem": {
"name": "1D Party",
"description": {
"content": "There are $N$ people, Person $1$ through Person $N$, standing on a number line. Person $i$ is now at coordinate $A_i$ on the number line. Here, $A_1 < A_2 < A_3 < \\dots < A_N$ and all $A_i$ are even",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc120_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ people, Person $1$ through Person $N$, standing on a number line. Person $i$ is now at coordinate $A_i$ on the number line. \nHere, $A_1 < A_2 < A_3 < \\dots < A_N$ and all $A_i$ are even...",
"is_translate": false,
"language": "English"
}
]
}