C++ 通用函数

张开发
2026/6/22 2:51:35 15 分钟阅读
C++ 通用函数
排序auto cmp [](classtype a, classtype b) {return a.score b.score;};std::sort(result.begin(), result.end(), cmp);

更多文章