2019年6月3日
摘要: #include<stdio.h>int main(){ void average(double a[5][3],double i,double j); double a[5][3],j; int h,i; printf("请输入学生成绩:\n"); for(h=0;h<=4;h++) { for( 阅读全文
posted @ 2019-06-03 15:57 P201821440023 阅读(125) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>int main(){ int add(int x,int y); int minus(int x,int y); int multip(int x,int y); int quotient(int x,int y); int mod(int x,int y); i 阅读全文
posted @ 2019-06-03 14:49 P201821440023 阅读(135) 评论(0) 推荐(0) 编辑