std::vector provides a member function to push an element at the end i.e.. void push_back (const value_type& val);.
確定! 回上一頁