Example 2 · #include<iostream> · #include<vector> · using namespace std; · int main() · { · vector<string> v{"C" ,"Tutorials"}; · v.insert(v.begin()+1,2,"C"); · for(int ...
確定! 回上一頁