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

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

题解:用单调栈来维护第L大的数这个关系

1 #include 
2 #include
3 #include
4 const int N=2e5+5; 5 int a[N],data[N]; 6 int main(){ 7 int m,d; 8 scanf("%d %d",&m,&d); 9 char str[2];10 int x,t=0,len=0,top=0;11 for(int i=0;i

 

转载于:https://www.cnblogs.com/Mrleon/p/8407308.html

你可能感兴趣的文章
openstack-11:安装dashiboard界面
查看>>
隐藏权限lsattr_chattr
查看>>
VRRP冗余 RIP/OSPF STP配置
查看>>
乐搏讲自动化测试-Python发展背景(1)
查看>>
对于 wepy 不是内部或外部命令 -- 的解决办法
查看>>
嵌入式文件系统简介(一) —— Linux MTD设备文件系统
查看>>
洞悉物联网发展1000问之全屋智能是智能家居的新出路吗?
查看>>
Nginx服务与LNMP架构部署
查看>>
Centos 7下安装Oracle 12c 以及装后优化(附软件包)
查看>>
Linux中用户组和用户所在文件
查看>>
捷配pcb极速制造
查看>>
Hive系列之HSQL转换成MapReduce过程
查看>>
Windows cannot find the local profile and is logging you on with a temporary profile
查看>>
oracle教程之oracle动态采样(一)
查看>>
我的友情链接
查看>>
PHP数组函数
查看>>
vue+typescript入门学习
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
linix下的php源码安装
查看>>