#include <vector> //using namespace std; // 若前面沒using namespace std;時,後面宣告vector時皆需要加std:: // 在後方加入元素:v.push_back(i); ...
確定! 回上一頁