2635: C语言程序设计教程(第三版)课后习题9.2
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
输入两个整数,求他们相除的余数。用带参的宏来实现,编程序。
Input
a b两个数
Output
a/b的余数
Sample Input Copy
3 2
Sample Output Copy
1