摘要:
#include#includestruct student{ int nomber; char name[10]; float yuwen; float shuxue; float tiyu; float sum;};void paixu(struct student stu[]);void nopass(struct student a[]);void main(){ struct student stu[4]; int i,a; char c,d; printf("输入学生信息:\n"); printf("学号 姓名 语文 数学 体育\n"); f 阅读全文