发表评论取消回复
相关阅读
相关 Codeforces Round #572 (Div. 2)B
B. Number Circle 题目链接:[http://codeforces.com/contest/1189/problem/B][http_codeforces.
相关 Codeforces Round #570 (Div. 3)B
B - Equalize Prices 题目链接:[http://codeforces.com/contest/1183/problem/B][http_codeforc
相关 Codeforces Round #323 (Div. 1) B. Once Again...
简单DP 给了hint之后规律特别明显。 我们可以明显发现,当n个数全部被选择完之后,就选择所有数里面最大的那个。 那么最多选多少次能够将n个数选择完毕呢? 样
相关 Codeforces Round #320 (Div. 1) B. "Or" Game
贪心思路: 因为是或的关系,所以只要使得某个数尽可能得大就可以了。 于是第一个想法是,选出最大的那个数,使得它乘以k次最大。但是这样会有部分情况是错误的。 比如
相关 Codeforces Round #305 (Div. 1) A && B
547A - Mike and Frog 先考虑,从h1\->a1的过程,计算需要的时间 如果在M次内,没有到达则不可到达 然后再判断是否符合h2\->a2的时间
相关 Codeforces Round #565 (Div. 3) B
B. Merge it! 题目链接:[http://codeforces.com/contest/1176/problem/B][http_codeforces.com_
相关 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 #568 (Div. 2)B
B. Email from Polycarp 题目链接:[http://codeforces.com/contest/1185/problem/B][http_codef
相关 Codeforces Round #564 (Div. 1)
A 太难了,一半时间刚这题还没做出来,简直自闭了。实际上分两种情况,一种很简单直接放,另一种就是要0,0,…,0,1,2,…,n,然后直接贪心,显然我是把情况判断错误一直没调
还没有评论,来说两句吧...