3 3 1 3 0
0 1 0 Takahashi will do the following. * Basket $1$, which he is facing, contains an apple, so he takes one and eats it. Then, he goes on to basket $2$. Now, the baskets have $0,3,0$ apples. * Basket $2$, which he is facing, contains an apple, so he takes one and eats it. Then, he goes on to basket $3$. Now, the baskets have $0,2,0$ apples. * Basket $3$, which he is facing, contains no apple. Then, he goes on to basket $1$. Now, the baskets have $0,2,0$ apples. * Basket $1$, which he is facing, contains no apple. Then, he goes on to basket $2$. Now, the baskets have $0,2,0$ apples. * Basket $2$, which he is facing, contains an apple, so he takes one and eats it. Then, he goes on to basket $3$. Now, the baskets have $0,1,0$ apple(s).
2 1000000000000 1000000000000 1000000000000
500000000000 500000000000
{
"problem": {
"name": "Apple Baskets on Circle",
"description": {
"content": "There are $N$ baskets numbered $1, 2, \\ldots, N$ arranged in a circle. For each $1\\leq i \\leq N-1$, basket $i+1$ is to the immediate right of basket $i$, and basket $1$ is to the immediate right of ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc270_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ baskets numbered $1, 2, \\ldots, N$ arranged in a circle. \nFor each $1\\leq i \\leq N-1$, basket $i+1$ is to the immediate right of basket $i$, and basket $1$ is to the immediate right of ...",
"is_translate": false,
"language": "English"
}
]
}