liuqixing 2024-01-31 18:31:17
bool operator <(const Student &o)const{ if(age!=o.age)return age<o.age; return name<o.name; }