N squirrels found K nuts and decided to split them equally. Calculate how many nuts go for each squirrel.
Input data format
There are two positive numbers N and K, each of them is not greater than 10000.
N squirrels found K nuts and decided to split them equally. Calculate how many nuts go for each squirrel.
Input data format
There are two positive numbers N and K, each of them is not greater than 10000.
Sample Input 1:
3
14Sample Output 1:
4Create a free account to access the full topic