#include #include struct student { int num; char classname[20]; char name[20]; float score[3]; float aver; }; void input(struct student stu[]) { int i,j; printf("input student num,name,score:\n"); for(i=0;i