2 700 3 500 5 800
3 In this case, there are three problems each with $100$ points and five problems each with $200$ points. The perfect bonus for solving all the $100$\-point problems is $500$ points, and the perfect bonus for solving all the $200$\-point problems is $800$ points. Takahashi's objective is to have a total score of $700$ points or more. One way to achieve this objective is to solve four $200$\-point problems and earn a base score of $800$ points. However, if we solve three $100$\-point problems, we can earn the perfect bonus of $500$ points in addition to the base score of $300$ points, for a total score of $800$ points, and we can achieve the objective with fewer problems.
2 2000 3 500 5 800
7 This case is similar to Sample Input 1, but the Takahashi's objective this time is $2000$ points or more. In this case, we inevitably need to solve all five $200$\-point problems, and by solving two $100$\-point problems additionally we have the total score of $2000$ points.
2 400 3 500 5 800
2 This case is again similar to Sample Input 1, but the Takahashi's objective this time is $400$ points or more. In this case, we only need to solve two $200$\-point problems to achieve the objective.
5 25000 20 1000 40 1000 50 1000 30 1000 1 1000
66 There is only one $500$\-point problem, but the perfect bonus can be earned even in such a case.
{
"problem": {
"name": "All Green",
"description": {
"content": "A programming competition site _AtCode_ provides algorithmic problems. Each problem is allocated a score based on its difficulty. Currently, for each integer $i$ between $1$ and $D$ (inclusive), there",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc104_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A programming competition site _AtCode_ provides algorithmic problems. Each problem is allocated a score based on its difficulty. Currently, for each integer $i$ between $1$ and $D$ (inclusive), there...",
"is_translate": false,
"language": "English"
}
]
}