84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
例如这样是否可行: list < vector< string > > ?
ringa_lee
std::list<std::vector<std::string> >
Of course
Of course you can, otherwise why would you call it a "container"?
No problem, please pay attention to the grammar writing. There needs to be a space between the two rightmost >, otherwise it will be confused with the >> symbol during grammar parsing;
list < vector< string > >
Of course
Of course you can, otherwise why would you call it a "container"?
No problem, please pay attention to the grammar writing. There needs to be a space between the two rightmost >, otherwise it will be confused with the >> symbol during grammar parsing;