摘要: /***************************************************** File name:Quicksort Author:Zhengqijun Version:1.0 Date: 2016/11/04 Description: 对数组进行快速排序 Funci 阅读全文
posted @ 2019-10-17 23:04 John-C 阅读(146) 评论(0) 推荐(0)
摘要: #include<iostream>#include<algorithm>using namespace std;long long zu=0,n,a[100000],b[100000],c[100000];int main(){ cin>>n; for(int i=1;i<=n;i++) { ci 阅读全文
posted @ 2019-10-17 20:49 John-C 阅读(219) 评论(0) 推荐(0)