輸入學生的姓名學號成績,並按平均分由低到高排序

輸入學生的姓名學號年齡以及三門考試的成績,並按平均分由低到高將學生信息進行排序 代碼實現如下: #include<stdio.h> struct student { int num,score[3],age; char name[20]; float aver; }stu[1000]; main() { int i,j,n; struct student temp;                
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息