STL容器1——vector、stack、queue、deque 作者: salon 时间: 2026-06-05 分类: GESP,CSP-J 暂无评论 STL容器1——vector、stack、queue、deque 一、vector(动态数组)支持随机访问,尾部增删效率高。声明与初始化#include <vector> using namespace std; vector<int>... 阅读全文 → 发布时间:2026-06-05