热门标签
更多>
搜索结果
查询Tags标签: P120,共有 2条记录-
算法入门经典P120(greater)
#include<iostream> #include<set> #include<vector> #include<queue> using namespace std;typedef long long LL; int coeff[3] = {2,3,5}; int main(){priority_queue<LL,vector<LL>,greater<LL> >pq;set<LL>s;pq.pus…
2021/7/15 17:06:55 人评论 次浏览 -
算法入门经典P120(greater)
#include<iostream> #include<set> #include<vector> #include<queue> using namespace std;typedef long long LL; int coeff[3] = {2,3,5}; int main(){priority_queue<LL,vector<LL>,greater<LL> >pq;set<LL>s;pq.pus…
2021/7/15 17:06:55 人评论 次浏览