需要注意递归过程中,修改原数组的值时的下标对应关系 #include<iostream> #include<vector> using namespace std; //归并排序 void merge(vector<