摘要:
#include using namespace std; const int N=3e5+5; int n,a[N]; void qsort(int l, int r){ if (l>=r) return; int i=l,j=r,tmp=rand()%(r-l+1)+l; swap(a[l],a[tmp]); int val=a[l]; while (... 阅读全文
posted @ 2018-10-12 12:45
Alen_Walker
阅读(128)
评论(0)
推荐(0)

浙公网安备 33010602011771号