会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
古比
博客园
首页
新随笔
联系
管理
订阅
2020年7月20日
P1886 滑动窗口 /【模板】单调队列
摘要: 单调队列裸题 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn=1e6+10; 4 int a[maxn]; 5 int qmin[maxn],qmax[maxn]; 6 int pmin[maxn],pmax[max
阅读全文
posted @ 2020-07-20 09:47 古比
阅读(159)
评论(0)
推荐(0)
编辑
公告