Problem B
Buying Coke
I often buy Coca-Cola from the vending machine at work.
Usually I buy several cokes at once, since my working mates
also likes coke. A coke in the vending machine costs
Now, what is the least number of coins I must insert, given the number of cokes I want to buy and the number of coins I have of each value? Please help me solve this problem while I create some harder problems for you. You may assume that the machine won’t run out of coins and that I always have enough coins to buy all the cokes I want.
Input
The first line in the input contains the number of test
cases (at most
Output
For each test case, output a line containing a single integer: the minimum number of coins needed to insert into the vending machine.
Sample Input 1 | Sample Output 1 |
---|---|
3 2 2 1 1 2 1 4 1 20 200 3 0 |
5 3 148 |