题解列表

筛选

成绩排序-题解(C++代码)

摘要:解题思路:直接使用sort() , 主要在写比较函数cmp ,这个函数有套路注意事项:参考代码:#include <bits/stdc++.h>using namespace std ;struct ……