vector 排序,只要#include <algorithm> 利用sort這function就可以了。 簡單的vector. vector <int> temp; temp.push_back(2); temp.push_back(4);
確定! 回上一頁