Problem D
Soylent
Yraglac recently decided to try out Soylent, a meal
replacement drink designed to meet all nutritional requirements
for an average adult. Soylent not only tastes great but is also
low-cost, which is important for Yraglac as he is currently on
a budget. Each bottle provides
Input
The first line contains a single integer
Output
For each test case, output a single line containing the number of bottles Yraglac needs to consume for the day.
Sample Input 1 | Sample Output 1 |
---|---|
2 2000 1600 |
5 4 |