单调队列
Daniel__d
这个作者很懒,什么都没留下…
展开
-
生日礼物-单调队列
生日礼物-单调队列 题目描述 题解 单调队列,区间伸缩,类似与逛画展 代码实现 #include<bits/stdc++.h> #define M 1000009 using namespace std; int n,k,ans=1e9,head=0,tail=-1,cnt,x,num[100],tot; int read(){ char ch; int f=1,re=0; ...原创 2020-03-29 10:48:09 · 153 阅读 · 0 评论 -
191103-单调队列练习
191103-单调队列练习 T1 志愿者选拔 题目描述 解析 题解 #include<bits/stdc++.h> #define M 1000009 using namespace std; int tot,tail,head,last,T,x,tim[M],q[M]; char s[100],s1[100]; int main() { freopen("select.in",...原创 2020-03-29 10:46:59 · 238 阅读 · 0 评论