发表评论取消回复
相关阅读
相关 Codeforces Round #826 (Div. 3) C
[Problem - C - Codeforces][] 题意: 给定一个长度为n的数组,求将该数组分为连续的几个部分,使得每一部分内部的和相同。求分完后每一部分的最大值最
相关 Codeforces Round #708 (Div. 2) C1 C2
[Problem - C1 - Codeforces][] 题意: 让你构造三个数,使它们加起来是n,然后lcm(a1,a2,a3)<=n/2 思路: 构造题,要满足两
相关 Codeforces Round #323 (Div. 1) C. Superior Periodic Subarrays
每个i位置对于某个s,会支配所有xmodlen=imodlen的位置,其中x是\[l\+j\]∗s。 也就是说xmodgcd(s,len)=imodgcd(s,len)。
相关 Codeforces Round #323 (Div. 1) B. Once Again...
简单DP 给了hint之后规律特别明显。 我们可以明显发现,当n个数全部被选择完之后,就选择所有数里面最大的那个。 那么最多选多少次能够将n个数选择完毕呢? 样
相关 Codeforces Round #320 (Div. 1) C. Weakness and Poorness
具有很明显的单峰性质 直接三分,用动态规划的方式求出weekness 注意三分的时候,很多人用eps来判断三分结束,这样有一些精度误差 直接三分100次即可
相关 Codeforces Round #305 (Div. 1) A && B
547A - Mike and Frog 先考虑,从h1\->a1的过程,计算需要的时间 如果在M次内,没有到达则不可到达 然后再判断是否符合h2\->a2的时间
相关 Codeforces Round #481 (Div. 3) C. Letters
题目链接:http://codeforces.com/contest/978/problem/C C. Letters time limit per test4 sec
相关 Codeforces Round #569 (Div. 1)
[Codeforces Round \569 (Div. 1)][Codeforces Round _569 _Div. 1] A Valeriy and Deque
相关 Codeforces Round #545 (Div. 1)
A - Skyscrapers 暴力离散化之后再乱搞一搞就好了。 include<bits/stdc++.h> define qmin(x,y) (x=min(
相关 Codeforces Round #564 (Div. 1)
A 太难了,一半时间刚这题还没做出来,简直自闭了。实际上分两种情况,一种很简单直接放,另一种就是要0,0,…,0,1,2,…,n,然后直接贪心,显然我是把情况判断错误一直没调
还没有评论,来说两句吧...