Vector 是c++中陣列的替代型態,可以自主控制需要的記憶體。 ... #include <iostream> #include <vector> using namespace std; vector<int> acm(3,4); ...
確定! 回上一頁