会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
YTのblog
——一个菜鸡的留言之地
博客园
首页
新随笔
联系
订阅
管理
2024年8月5日
小技巧
摘要: 1. 优先队列 想重载自带的类型的比较方式,但是又不想重载运算符怎么办? 答: #include<bits/stdc++.h> using namespace std; struct cmp{ bool operator()(int x,int y)const{ return x<y;//大根堆 /
阅读全文
posted @ 2024-08-05 20:39 YT0104
阅读(6)
评论(0)
推荐(0)
编辑
公告