Problems
Divide the apples - 1
Divide the apples - 1

n schoolchildren divide k apples evenly, the residue remains in the basket. How many apples will each child get?
Input data
Two positive integers n and k, not greater than 1500 - rarely happens school with more pupils, and too many apples to eat bad ...
Output data
Print the number of apples that go to each child.
Examples
Input example #1
3 14
Output example #1
4
Input example #2
10 100
Output example #2
10