Alice has L liters of water and wants to pour it into bottles. Each bottle holds m liters. Help Alice find out how many bottles she can fill.
The first line contains two integer: L, m (1 <= L, m <= 1000), separated by blank.
Print an integer in a single line: the number of bottles Alice can fill. (No need to use '\n')