5 3 1 123 456 789 3 1000 123 456 789 2 3 6 14 2 3 11 14 30 4 15 9 2 66 23 2 4 1 1 32 4 80 9 10 47 14 8 7 3 16 2 39 77 4 4 2 38 64 1 2
83583
0
42
50
19401302040124704218001124023
* For the first test case, if all coins are distributed to one person, the total value of coins distributed to each person is $123\times 10^0+456\times 10^1+789\times 10^2=83583$.
* For the second test case, there is no choice but to distribute $0$ coins to everyone.
* For the third test case, the total value of coins distributed to each person can be made $42$ as follows:
* To the $1$\-st person, distribute $2$ coins of value $10^0$ and $4$ coins of value $10^1$.
* To the $2$\-nd person, distribute $2$ coins of value $10^0$ and $4$ coins of value $10^1$.
* To the $3$\-rd person, distribute $2$ coins of value $10^0$ and $4$ coins of value $10^1$.
* For the fourth test case, the total value of coins distributed to each person can be made $50$ as follows:
* To the $1$\-st person, distribute $0$ coins of value $10^0$ and $5$ coins of value $10^1$.
* To the $2$\-nd person, distribute $0$ coins of value $10^0$ and $5$ coins of value $10^1$.
* To the $3$\-rd person, distribute $10$ coins of value $10^0$ and $4$ coins of value $10^1$.{
"problem": {
"name": "Fair Coin Partition",
"description": {
"content": "There are $N$ types of coins. For $0\\leq i\\leq N-1$, the $(1+i)$\\-th type of coin has a value of $10^{i}$, and you possess $A_i$ of these coins. You have decided to distribute these coins to $M$ peopl",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc210_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ types of coins. For $0\\leq i\\leq N-1$, the $(1+i)$\\-th type of coin has a value of $10^{i}$, and you possess $A_i$ of these coins.\nYou have decided to distribute these coins to $M$ peopl...",
"is_translate": false,
"language": "English"
}
]
}