1.使用中的 reverse()

    1. vector<int>V;
    2. reverse(V.begin(),V.end());