摘要:
1.对已知数据进行排序; 2.去除最大数与最小数; 3.输出平均值 #include<iostream>#include<algorithm> using namespace std; /*void quick_sort(int q[], int l, int r){ if (l >= r) ret 阅读全文
posted @ 2023-05-20 15:01
The-rich
阅读(15)
评论(0)
推荐(0)
浙公网安备 33010602011771号