会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wangkaixin-yy
博客园
首页
新随笔
联系
订阅
管理
2023年10月7日
std::vector::sort
摘要: std::sort(vector.begin(),vector.end(),[](int a,int b){ if(a==1)return false;//a为1就将这个1排在最后,因为返回的是false if(b==1)return true;//还是将1排在最后 return a>b;//降序排
阅读全文
posted @ 2023-10-07 13:56 iu本u
阅读(105)
评论(0)
推荐(0)
公告