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;
相關文章
相關標籤/搜索