摘要: /* map set //bitset vector priority_queue */ #include <bits/stdc++.h> using namespace std; priority_queue <int,vector<int>,less<int> > a1; //大根堆 prior 阅读全文
posted @ 2021-08-01 14:00 cyz666 阅读(118) 评论(0) 推荐(0) 编辑