随笔分类 -  算法随想

摘要:struct Item{ int Qnum, period, Time; bool operator<(const Item& a) const{ return Time > a.Time || (Time == a.Time && Qnum > a.Qnum); } } priority_queu 阅读全文
posted @ 2022-11-01 10:40 feuerwerk 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-10-29 19:34 feuerwerk 阅读(7) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示