- Time limit: 1.00 s
- Memory limit: 512 MB
Teemu wants to put mugs on shelves. One shelf can hold at most mugs. How many shelves does Teemu need?
Input
The input contains two space separated integers and .
Output
Print the minimum number of shelves needed.
Constraints
Example
Input:
5 3
Output:
2