摘要: vector 变长数组,倍增的思想 size() 返回元素个数 empty() 返回是否为空 clear() 清空 front()/back() push_back()/pop_back() begin()/end() [] 支持比较运算,按字典序 pair<int,int> first 第一个元素 阅读全文
posted @ 2020-08-15 10:36 chstor 阅读(193) 评论(0) 推荐(0) 编辑