发表评论取消回复
相关阅读
相关 Codeforces Round #828 (Div. 3) E1 E2
[Problem - E1 - Codeforces][] [Problem - E2 - Codeforces][] 题意: 给定a,b,c,d,其中 a<x<=c,b
相关 Codeforces Round #576 (Div. 1)B. Welfare State(思维/线段树)
题目:[Welfare State][] 题意: 一个数组,两种操作,然后输出最终数组,两种操作是: 1 p x: 表示将第 p 个数改为x; 2 x: 表
相关 Codeforces Round #320 (Div. 1) C. Weakness and Poorness
具有很明显的单峰性质 直接三分,用动态规划的方式求出weekness 注意三分的时候,很多人用eps来判断三分结束,这样有一些精度误差 直接三分100次即可
相关 Codeforces Round #305 (Div. 1)E. Mike and Friends【后缀数组+线段树】
传送门:[Codeforces Round \305 (Div. 1)E. Mike and Friends][Codeforces Round _305 _Div. 1_E.
相关 Codeforces Round #305 (Div. 1) A && B
547A - Mike and Frog 先考虑,从h1\->a1的过程,计算需要的时间 如果在M次内,没有到达则不可到达 然后再判断是否符合h2\->a2的时间
相关 codeforces E. Trains and Statistic 线段树优化dp
E. Trains and Statistic time limit per test 2 seconds memory limit per test 256 mega
相关 Codeforces Round #401 (Div. 2) (A~E)
[CF \401][CF _401](链接) A题: 枚举一下题意,然后找循环节就可以了。(不找规律会TLE的) 代码: include<bits/stdc++
相关 Codeforces Round #320 (Div. 1) [Bayan Thanks-Round] B. "Or" Game 线段树贪心
B. "Or" Game Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/c
相关 Codeforces#543 div2 B. Mike and Children(暴力?)
题目链接:[http://codeforces.com/problemset/problem/1121/B][http_codeforces.com_problemset
相关 Codeforces Round #554 Div.2 E - Neko and Flashback
欧拉路径 神题啊神题!这道题的突破口就是后两个数组每个元素是一一对应的。 也就是说,对于一个p的排列,b'和c'取得每一个元素的下标在p中都是一样的。 根据b和c数组
还没有评论,来说两句吧...