STL ---- vector 經常使用函數

#include<vector> #include<iostream> using namespace std; void PrintVector(vector<int> vec) { for (vector<int>::iterator iter = vec.begin(); iter != vec.end(); iter++) { static std::size_t i = 0;
相關文章
相關標籤/搜索