会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
幸运的柯唯
博客园
首页
新随笔
联系
订阅
管理
2019年1月18日
STL之 sort排序与检索(2019.1.18)
摘要: 1.作用对象:数组 a[n] 头文件:#include<algorithm> 内容:sort(a,a+n) 功能:进行升序排序 内容:lower_bound(a,a+n,x) 功能:找到大于等于x的位置 int pos=lower_bound(a,a+n,x)-a; 可以判断x是否存在于该数组 如果
阅读全文
posted @ 2019-01-18 21:54 saaas
阅读(99)
评论(0)
推荐(0)
编辑
公告