摘要: STL初识 容器算法迭代器初识 vector存放内置数据类型 #include<vector> #include<algorithm> void myPrint(int x) { cout << x << ' '; } void test01() { //创建vector容器 vector<int> 阅读全文
posted @ 2024-11-23 12:06 逆天峰 阅读(3) 评论(0) 推荐(0) 编辑
作者:逆天峰
出处:https://www.cnblogs.com/gcfer//