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;
}
}
全部评论
相关推荐
07-11 12:00
北京航空航天大学 Web前端 点赞 评论 收藏
分享
06-21 17:53
华南师范大学 Java 点赞 评论 收藏
分享