JavaShuo
栏目
标签
NOIP2018 模拟赛 10.22
时间 2020-12-20
原文
原文链接
T1 cards 分析 这道题很明显是一道最长不下降子序列的题,用sort排序+朴素dp可以拿60分,用树状数组优化就能拿100了。 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> #include<vector> #include<queue> using namespace std; type
>>阅读原文<<
相关文章
1.
JZOJ5920. 【NOIP2018模拟10.22】风筝
2.
NOIP2018模拟赛
3.
JZOJ-senior-5920. 【NOIP2018模拟10.22】风筝
4.
【NOIP2018模拟赛2018.11.1】
5.
【NOIP2018模拟赛】capacitor
6.
【NOIP2018模拟赛2018.10.22】cards
7.
【NOIP2018模拟赛2018.10.22】pets
8.
【NOIP2018模拟赛2018.10.20】抗议
9.
【NOIP2018模拟赛2018.10.3】track
10.
【NOIP2018模拟赛2018.8.28】 chance
更多相关文章...
•
ASP.NET MVC - 模型
-
ASP.NET 教程
•
Scala 模式匹配
-
Scala教程
•
委托模式
•
Docker容器实战(六) - 容器的隔离与限制
相关标签/搜索
noip2018
10.22
CSP模拟赛
模拟赛
省选模拟赛
csp模拟赛九
模拟
复赛模拟试题
校内模拟赛④试题
NoSQL教程
Redis教程
Docker教程
设计模式
委托模式
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
1.2 Illustrator多文档的几种排列方式
2.
5.16--java数据类型转换及杂记
3.
性能指标
4.
(1.2)工厂模式之工厂方法模式
5.
Java记录 -42- Java Collection
6.
Java记录 -42- Java Collection
7.
github使用
8.
Android学习笔记(五十):声明、请求和检查许可
9.
20180626
10.
服务扩容可能引入的负面问题及解决方法
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
JZOJ5920. 【NOIP2018模拟10.22】风筝
2.
NOIP2018模拟赛
3.
JZOJ-senior-5920. 【NOIP2018模拟10.22】风筝
4.
【NOIP2018模拟赛2018.11.1】
5.
【NOIP2018模拟赛】capacitor
6.
【NOIP2018模拟赛2018.10.22】cards
7.
【NOIP2018模拟赛2018.10.22】pets
8.
【NOIP2018模拟赛2018.10.20】抗议
9.
【NOIP2018模拟赛2018.10.3】track
10.
【NOIP2018模拟赛2018.8.28】 chance
>>更多相关文章<<