Merge pull request '使数据按升序排序' (#1) from XZL_使数据按升序排序 into master

XZL_使数据按降序排序
pvfj5ugro 2 years ago
commit 1c828f6189

@ -193,7 +193,7 @@ voidSortbyScore(STU stu[],int n,int m,int(*compare)(float a,float b))
``` ```
int Ascending(float a,float b) int Ascending(float a,float b)
{ {
return a < b; //a<b
} }
``` ```

Loading…
Cancel
Save