计数排序输出,逗号分隔 前缀和输出,逗号分隔 打表 #include <bits/stdc++.h> using namespace std; //利用桶排序打表 long double b[10000]={1,3,5,8,11,14,18,22,26,30,35,40,45,50,55,61,67,73,79,85,91,98,105,112,119,126,133,140,148,156,164,172,180,188,196,204,213,222,231,240,249,258,267,276,285,295,305,315,325,335,345,3...