對頂堆

題目:https://www.luogu.org/problemnew/show/P1801 題解 #include<bits/stdc++.h> using namespace std; int a[200005]; int main() { int n,m,r=1,q;//重要賦值 priority_queue<int>A;//默認大頂堆 priority_queue<int,vec
相關文章
相關標籤/搜索