蓝桥杯算法提高-成绩排名-题解(C语言代码) ```cpp#includeusingnamespacestd;structstudent{charstr[100];intscore;}a[1001];boolcmp(studenta,studentb){if(a.score!=b.score)returna.score>b.score;elser 题解列表 2020年03月02日 0 点赞 0 评论 1210 浏览 评分:8.0
蓝桥杯算法提高-成绩排名-题解(C++代码) ```cpp#include#include#include#includeusingnamespacestd;structstudent{stringname;intscore;};structstudenta[100];boolcmp(structstudentl, 题解列表 2020年02月28日 0 点赞 0 评论 1183 浏览 评分:9.7