Question

Write a function to find the remainder when a is divided by b?

Login to Submit

Examples

Input: 10 5
Output: 0

Input: 12 9
Output: 3