Олимпиадный тренинг

Задача 33592. Apples 2


Задача

Темы: Целые числа

N schoolchildren share k apples equally, the non-dividing balance remains in the basket. How many apples will be left in the basket?

Input 
The program receives as input the numbers n and k - integer, positive, not exceeding 10000.

Imprint
Output the answer to the problem.

 

Example
# Input Output
1 3
14
2