2019暑假集训(次日)- 数据排序

数据排序 https://blog.nowcoder.net/sylvie 1.明明的随机数(NOIP2006) 题目解析: 须要先对输入的数据进行去重,而后对输入的数据进行排序 代码 #include <bits/stdc++.h> using namespace std; typedef long long LL; const int N = 1000; int a[N]; int n;
相关文章
相关标签/搜索