1075: C++语言求他们相除的余数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:42 Solved:35

Description

输入两个整数,求他们相除的余数。用带参的宏来实现,编程序。

Input

a b两个数

Output

a/b的余数

Sample Input Copy

3 2

Sample Output Copy

1