摘要:
可以通过这道题 #include<bits/stdc++.h> #define R register int #define I inline void #define G if(++ip==ie)if(fread(ip=buf,1,SZ,stdin)) #define lc c[x][0] #de 阅读全文
摘要:
排序 1.快速排序 #include<bits/stdc++.h> using namespace std; int n; int a[100001]; void qsort(int l, int r) { if(l>=r)return; int i=l,j=r,x=a[l]; while(i<j) 阅读全文