Problem L: 拆位运算-计算两数相除的余数

Problem L: 拆位运算-计算两数相除的余数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入两个整数,将其被除数对除数取余并输出。

Input

输入两个整数

Output

输出结果

Sample Input Copy

10 3

Sample Output Copy

1