本程序运用了结构体数组的方法,使程序简练 struct student { int num; char name[8]; float mathscore; float englishscore; float compscore; float phiscore; float total; int pos; };