sort();对结构体数组的排序 sort(); 位于C++ 头文件 #include<algorithm>中 数组排序(从小到大,从大到小) 结构体排序(数字参数从大到小…字符串为参数 字典序&# … Continue reading sort();对结构体数组的排序