2015年7月29日

STL学习

摘要: //vector的使用//相当于数组,常用的 添加 删除 清空 测长 操作 #include#include#include#includeusing namespace std;int main(){ vectora; a.clear();//清空 for(int i=0;i:... 阅读全文
posted @ 2015-07-29 12:47 Agatha 阅读(244) 评论(0) 推荐(0)