vector::push_back() is used to insert elements into a vector. ... v.push_back(101);//Insert 101 //Finally, the vector contains 101. return 0; }.
確定! 回上一頁