思路是,先在类中写好自定义比较函数,再用针对容器的算法对容器内的内容实现自定义排序 注意类的成员是private,需要调用成员函数来访问,另外结果保留一位小数 #include <iostream> #include <vector> #include <algorithm> // write your code here...... using namespace std; class Employee { ...