//4 函数功能:按选择法将数组sum的元素值排序 void SortbyScore(STU stu[],int n,int m,int (*compare)(float a,float b)) { int i, j, k, t; for (i=0; i