使用vector前,請先#include <vector>。以下文章若無特別說明,則均假設如下: vector< ... for(i=0; i<v1.size(); i++) v1.push_back(i);
確定! 回上一頁