|||
头文件包含
#include <cstdio>
#include <algorithm>
using namespace std;
sort函数
sort(数组名, 数组名+数组元素个数); // 从小到大
sort(数组名, 数组名+数组元素个数, cmp); //从大到小
其中,bool cmp(int x,int y){return x>y;}
整理自RE_Serendipity的博文《sort函数数组排序(c++方法)》
https://blog.csdn.net/qq_43731172/article/details/84586204
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-17 03:19
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社