c语言if语句练习题答案
编写程序输入a和b,求a和b的余数和商.#include〈stdio.h>void main(){ int a,b; scanf("%d%d”,&a,&b); printf(”商为%d 余数为%