文章分类 -  c++语法

摘要:🚀1. 小根堆 #include<queue> #include<vector> 🪁1.1 内置数据类型 🌈1.1.1 小根堆 // PII typedef pair<int,int> PII; priority_queue<int,vector<int>,greater<int>> heap 阅读全文
posted @ 2022-11-20 22:13 绊缘 阅读(25) 评论(0) 推荐(0)