摘要: 单调队列优化. #include<bits/stdc++.h> using namespace std; const int N=7e7+7; int n,m,l,u,v,t; int a[N],p1[N],p2[N]; priority_queue<int > q; double p; //我们要 阅读全文
posted @ 2021-09-25 10:24 Hehe_0 阅读(50) 评论(0) 推荐(0)