1. 基本模板△ C++ STL 用法vector 变长数组,倍增的思想
size() 返回元素个数
empty() 返回是否为空
clear() 清空
front()/back()
push_
2025-09-11