Problem B
3D Printed Statues

You have a single 3D printer, and would like to use it to
produce
What is the minimum possible number of days needed to print
at least
Input
The input contains a single integer
Output
Output a single integer, the minimum number of days needed
to print at least
Sample Input 1 | Sample Output 1 |
---|---|
1 |
1 |
Sample Input 2 | Sample Output 2 |
---|---|
5 |
4 |