vector的用法

来源:互联网 发布:四川广电网络资费 编辑:程序博客网 时间:2024/05/01 17:30
C++中vector的用法

 

注意,在使用前要包含vector对应的头文件:

#include<vector>