Suppose that vecList is a vector container and
vecList = {12, 16, 8, 23, 40, 6, 18, 9, 75}Show vecList after the following statement executes:
copy (vecList.rbegin ( ) + 3, vecList.rend ( ), vecList.rbegin ( ));
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.