博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
BZOJ1012——[JSOI2008]最大数maxnumber
阅读量:5754 次
发布时间:2019-06-18

本文共 621 字,大约阅读时间需要 2 分钟。

一个超水单调队列,也可以用线段树做,这里就贴单调队列的代码。


1 #include 
2 #include
3 #include
4 #include
5 #include
6 using namespace std; 7 const int maxn=2e5+5; 8 int n,mod,x; 9 int q[maxn],a[maxn],l,r,t,ct,cur;10 char c;11 12 int main(){13 ios::sync_with_stdio(false);14 cin>>n>>mod;15 for(int i=1;i<=n;++i){16 cin>>c>>x;17 if(c=='Q'){18 cur=l;19 while(cur<=r&&q[cur]
a[q[r]])r--;27 q[++r]=ct;28 }29 }30 31 return 0;32 }

 

转载于:https://www.cnblogs.com/AT-HENS/p/7756269.html

你可能感兴趣的文章
通过网络安装系统
查看>>
RedHat 7.2配置本地yum源
查看>>
Form表单中method="post/get'的区别
查看>>
u盘安装xp,win7 win8系统
查看>>
tomcat内存配置
查看>>
wireshark filter syntax
查看>>
[读书笔记]机器学习:实用案例解析(2)
查看>>
基于Kubernetes的CI/CD&Pipeline流水线解决方案
查看>>
营销策略的五个特点
查看>>
java通讯录完善功能:请问各位下面的程序怎么添加 修改 的功能呢?
查看>>
keepalived 高可用配置实例
查看>>
商翼ERC企业管理软件的核心竞争优势
查看>>
刚换了新账号
查看>>
清华的游泳馆终于重新开馆了
查看>>
oracle sql优化总结
查看>>
最长公共子序列LCS
查看>>
PPP中的pap和chap认证
查看>>
Python学习记录-2016-11-30
查看>>
day14_dom操作
查看>>
linux 常用目录操作命令有哪些
查看>>