摘要:
```cpp include include include using namespace std; const int MAXN=1e5+5; //100005 int a[MAXN], temp[MAXN], n; void MergeSort(int l, int r) //再次提醒函数慎用 阅读全文
摘要:
```cpp include include using namespace std; using namespace std; const int maxn = 1e5 + 5; //100005 int a[maxn], n; //写法1,推荐使用写法2 void QuickSort(int s 阅读全文