会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
michaele
公告
日历
导航
博客园
首页
新随笔
新文章
联系
订阅
管理
2024年11月22日
考前必看
摘要: 语法 大/小 根堆 大根堆:priority_queue<int,vector<int>,less<int> > q1;(less,可省,默认为大根堆) 小根堆:priority_queue<int,vector<int>,greater<int> >q2;
阅读全文
posted @ 2024-11-22 19:19 michaele
阅读(1)
评论(0)
推荐(0)
编辑
Copyright © 2024 michaele
Powered by .NET 9.0 on Kubernetes