//3 函数功能:计算每门课程的总分和平均分 void AverSumofEveryCourse(STU stu[], int n, int m) { int i, j; float sum[COURSE_NUM], aver[COURSE_NUM]; for (j=0; j