0_0_35635137_23442.cpp: In function 'int main()':
0_0_35635137_23442.cpp:13:5: error: 'vector' was not declared in this scope
vector<string>name;
^
0_0_35635137_23442.cpp:13:18: error: expected primary-expression before '>' token
vector<string>name;
^
0_0_35635137_23442.cpp:13:19: error: 'name' was not declared in this scope
vector<string>name;
^
|