摘要: # 求平均成绩 ```c #include<stdio.h> #include<string.h> void input(float score[][4]) { int i,j; printf("请输入3个学生四门课的成绩\n"); for(i=0;i<3;i++) for(j=0;j<4;j++) 阅读全文
posted @ 2021-02-07 16:31 哈啊哈1 阅读(1369) 评论(0) 推荐(0)