Ta上传的资源 (0)

#include #include struct student { int num; char classname[20]; char name[20]; float score[3]; float aver; }; void input(struct student stu[]) { int