摘要: 随便写个代码演示一下 vector<int> a = {1,2,3,3,5,5,5,5,5,5,5,5,5,6,7}; cout << "lower_bound(5) index=" << lower_bound(a.begin(),a.end(),5)-a.begin() << ",value=" 阅读全文
posted @ 2023-11-02 19:21 传说中的水牛 阅读(3) 评论(0) 推荐(0) 编辑