Example 1 · #include<iostream> · #include<vector> · using namespace std; · int main() · { · vector<string> v{"Welcome to javaTpoint","c"}; · int n=v.size(); · cout<<" ...
確定! 回上一頁