STL<algorithm>
struct studentrule1{
bool operator()(const student &s1,const student &s2)const{
return si.id<s2.id;
}
}
struct studentrule1{
bool operator()(const student &s1,const student &s2)const{
return si.id<s2.id;
}
}
全部评论
相关推荐
点赞 评论 收藏
分享
查看1道真题和解析