#include <iostream> #include <vector> #include <math.h> using namespace std; ... construct vector<string> c(65); // 長度為65 vector<int> v0(10,0); // {0,0,0 ...
確定! 回上一頁