摘要: 第九章 顺序容器练习题 9.1 (a) list (b) deque (c) vector 9.2 list<deque<int>> a; 9.3 指向同一个容器,并且end不在begin之前。 9.4 bool find(vector<int>::iterator b, vector<int>:: 阅读全文
posted @ 2022-03-13 10:14 nonameless 阅读(49) 评论(1) 推荐(0) 编辑