1006: 求两数相除的余数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:340 Solved:312

Description

输入任意两个正整数m,n,输出m整除n的余数r。

Input

两个整数,代表被除数和除数

Output

它们的余数

Sample Input Copy

12 7

Sample Output Copy

5

Source/Category