3 3 3 1 5 2 6 3
819 There are $6$ possible combinations of $3$ cards. * A combination of $1$ card with $3$ written on it, and $2$ cards with $5$ written on them. * A combination of $1$ card with $3$ written on it, $1$ card with $5$ written on it, and $1$ card with $6$ written on it. * A combination of $1$ card with $3$ written on it, and $2$ cards with $6$ written on them. * A combination of $2$ cards with $5$ written on them, and $1$ card with $6$ written on it. * A combination of $1$ card with $5$ written on it, and $2$ cards with $6$ written on them. * A combination of $3$ cards with $6$ written on them. The scores are $75$, $90$, $108$, $150$, $180$, and $216$, respectively, for a sum of $819$.
3 2 1 1 5 2 25 1
180 "A combination of a card with $1$ and another card with $25$" and "a combination of two cards with $5$ written on them" have the same score of $25$, but they are considered to be different combinations.
10 232657150901347497 139547946 28316250877914575 682142538 78223540024979445 110643588 74859962623690081 173455495 60713016476190629 271056265 85335723211047202 801329567 48049062628894325 864844366 54979173822804784 338794337 69587449430302156 737638908 15812229161735902 462149872 49993004923078537
39761306 Be sure to print the answer modulo $998244353$.
{
"problem": {
"name": "Ex - Card Deck Score",
"description": {
"content": "There are some cards. Each card has one of $N$ integers written on it. Specifically, there are $B_i$ cards with $A_i$ written on them. Next, for a combination of $M$ cards chosen out of these $(B_1+",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc241_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are some cards. Each card has one of $N$ integers written on it. Specifically, there are $B_i$ cards with $A_i$ written on them. \nNext, for a combination of $M$ cards chosen out of these $(B_1+...",
"is_translate": false,
"language": "English"
}
]
}