2 3 1 1 1 1
4 This case is included in the test set for the partial score, since $A_i=B_i$. We only have to consider the sum of the activity level of the kindergarten where the excitement level of both child $1$ and child $2$ are $1$ ($f(1,1)$). * If child $1$ is given $0$ candy, and child $2$ is given $3$ candies, the activity level of the kindergarten is $1^0*1^3=1$. * If child $1$ is given $1$ candy, and child $2$ is given $2$ candies, the activity level of the kindergarten is $1^1*1^2=1$. * If child $1$ is given $2$ candies, and child $2$ is given $1$ candy, the activity level of the kindergarten is $1^2*1^1=1$. * If child $1$ is given $3$ candies, and child $2$ is given $0$ candy, the activity level of the kindergarten is $1^3*1^0=1$. Thus, $f(1,1)=1+1+1+1=4$, and the sum over all $f$ is also $4$.
1 2 1 3
14 Since there is only one child, child $1$'s happiness itself will be the activity level of the kindergarten. Since the only possible way to distribute $2$ candies is to give both candies to child $1$, the activity level in this case will become the value of $f$. * When the excitement level of child $1$ is $1$, $f(1)=1^2=1$. * When the excitement level of child $1$ is $2$, $f(2)=2^2=4$. * When the excitement level of child $1$ is $3$, $f(3)=3^2=9$. Thus, the answer is $1+4+9=14$.
2 3 1 1 2 2
66 Since it can be seen that $f(1,1)=4 , f(1,2)=15 , f(2,1)=15 , f(2,2)=32$, the answer is $4+15+15+32=66$.
4 8 3 1 4 1 3 1 4 1
421749 This case is included in the test set for the partial score.
3 100 7 6 5 9 9 9
139123417
{
"problem": {
"name": "Children and Candies",
"description": {
"content": "**12:17 (UTC): The sample input 1 and 2 were swapped. The error is now fixed. We are very sorry for your inconvenience.** There are $N$ children in AtCoder Kindergarten, conveniently numbered $1$ thro",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc059_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "**12:17 (UTC): The sample input 1 and 2 were swapped. The error is now fixed. We are very sorry for your inconvenience.**\nThere are $N$ children in AtCoder Kindergarten, conveniently numbered $1$ thro...",
"is_translate": false,
"language": "English"
}
]
}