unique
摘要:
int a[8]={1,2,3,4,5}; int p=lower_bound(a,a+5,6)-a; cout<<p<<endl;//5 set<int>s; set<int>::iterator it; s.insert(3); s.insert(2); s.insert(1); s.inser 阅读全文
posted @ 2018-08-07 21:31 cltt 阅读(210) 评论(0) 推荐(0) 编辑
posted @ 2018-08-07 21:31 cltt 阅读(210) 评论(0) 推荐(0) 编辑