摘要: 题目来源: 明明的随机数 有三种解法: 先去重,再排序 先排序,再去重 桶排序 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; int main() { in 阅读全文
posted @ 2020-05-19 16:07 zzzzzy2k 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 冒泡排序 阅读全文
posted @ 2020-05-19 11:21 zzzzzy2k 阅读(65) 评论(0) 推荐(0) 编辑