摘要: 原文链接:https://www.cnblogs.com/xiaobaizzz/p/12394951.html 重写仿函数(函数指针法) #include<iostream> #include<algorithm> using namespace std; struct stu { int num; 阅读全文
posted @ 2021-08-04 14:58 YellowBoss 阅读(161) 评论(0) 推荐(0)