Mirko works in a sugar factory as a delivery boy. He has just received an order: he has to deliver exactly
Mirko would like to take as few packages as possible. For example, if he has to deliver
Help Mirko by finding the minimum number of packages required to transport exactly
Input Specification
The first and only line of input contains one integer
Output Specification
The first and only line of output should contain the minimum number of packages Mirko has to use. If it is impossible to deliver exactly -1
.
Sample Input 1
4
Sample Output 1
-1
Sample Input 2
9
Sample Output 2
3
Sample Input 3
18
Sample Output 3
4
Comments
reminds me a lot about the CCCS2 from 2022