6ms 464kb 用时比较长 #include <iostream> #include <string> #include<algorithm> using namespace std; struct stuff { int age,sno; string name; }; struct rule { bool operator()(stuff &s1,stuff &s2) { ...