#P7724. [2019年杭电多校]Final Exam
[2019年杭电多校]Final Exam
Final Exam
Problem Description
Final Exam is coming! Cuber QQ has now one night to prepare for tomorrow's exam. The exam will be a exam of problems sharing altogether points. Cuber QQ doesn't know about the exact distribution. Of course, different problems might have different points; in some extreme cases, some problems might worth points, or all points. Points must be integers; a problem cannot have point. What he knows, is that, these problems will be about totally different topics. For example, one could be testing your understanding of Dynamic Programming, another might be about history of China in 19th century. So he has to divide your night to prepare each of these topics separately. Also, if one problem is worth points in tomorrow's exam, it takes at least hours to prepare everything you need for examination. If he spends less than hours preparing, he shall fail at this problem. Cuber QQ's goal, strangely, is not to take as much points as possible, but to solve at least problems no matter how the examination paper looks like, to get away from his parents' scoldings. So he wonders how many hours at least he needs to achieve this goal.
Input
The first line of the input is an integer (), denoting the number of test cases. Each test case are three space-separated integers (, ).
Output
For each test case, output the number of hours Cuber QQ needs.
Sample Input
2
1 10 1
10 109 10
Sample Output
11
1100
Hint
Cuber QQ should solve one problem in sample 1, so he at least prepares 11 hours when the problem one is 10 point. Cuber QQ should solve all the ten problems in sample 2, so he at least prepares 110 hours for each problem because there may be one problem is 109 point.
Source
2019 Multi-University Training Contest 7