c语言if语句的练习题答案
撰写人:___________日 期:___________编写程序输入a和b,求a和b的余数和商。#include<stdio.h>void main(){ int a,b; scanf("%d
c语言if语句的练习题答案