Explain what the following program fragment does:
vectorsvec;svec.reserve(1024);string word;while (cin >> word) svec.push_back(word);svec.resize(svec.size()+svec.size()/2);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.