2 1 1 1 0 1 1
2
Consider the case where Takahashi initially takes bags $1$ and $2$. One possible progression of the game is as follows:
1. Takahashi chooses bag $2$, removes $1$ gold coin, and adds $1$ silver coin. Then, he gives bag $2$ to Aoki.
* Takahashi holds bag $1$ with $1$ gold coin. Aoki holds bag $2$ with $2$ silver coins.
2. Aoki chooses bag $2$ and removes $1$ silver coin. Then, gives bag $2$ to Takahashi.
* Takahashi holds bags $1$ with $1$ gold coin and bag $2$ with $1$ silver coin. Aoki holds none.
3. Takahashi chooses bag $1$, removes $1$ gold coin, and adds $1$ silver coin. Then, he gives bag $1$ to Aoki.
* Takahashi holds bag $2$ with $1$ silver coin. Aoki holds bag $1$ with $1$ silver coin.
4. Aoki chooses bag $1$, removes $1$ silver coin. Then, he gives bag $1$ to Takahashi.
* Takahashi holds bag $1$ which is empty and bag $2$ with $1$ silver coin. Aoki holds none.
5. Takahashi chooses bag $2$ and removes $1$ silver coin. Then, he gives bag $2$ to Aoki.
* Takahashi holds bag $1$ which is empty. Aoki holds bag $2$ which is empty.
6. Aoki cannot perform the operation, so Aoki loses and Takahashi wins.
Takahashi can win if he initially takes only bag $2$, or if he takes both bags $1$ and $2$. Therefore, the answer is $2$.2 2 1 1 2 1 2
3 Takahashi wins if he initially takes bag $1$, bag $2$, or both.
5 8 3 0 0 0 0 0 0 0 0 0 0
0 No matter how Takahashi chooses the bags initially, he will lose.
7 2025 191 1323 9953 2763 3225 2624 5938 6718 2998 3741 7040 9837 1681 8817 4471
40
{
"problem": {
"name": "Unfair Game",
"description": {
"content": "You are given positive integers $N$, $X$, and $Y$, and two length-$N$ sequences of non-negative integers $A = (A_1,A_2,\\ldots,A_N)$ and $B = (B_1,B_2,\\ldots,B_N)$. There are $N$ bags, numbered from $1",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc191_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $N$, $X$, and $Y$, and two length-$N$ sequences of non-negative integers $A = (A_1,A_2,\\ldots,A_N)$ and $B = (B_1,B_2,\\ldots,B_N)$.\nThere are $N$ bags, numbered from $1...",
"is_translate": false,
"language": "English"
}
]
}