发表评论取消回复
相关阅读
相关 Codeforces Round #330 (Div. 1) B. Max and Bike
题目大意: 一个人骑自行车,依次通过有n条线段,自行车的轮子半径为r,自行车的速度为v。 接下来是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 #381 (Div. 2) &&Codeforce_740
A. Alyona and copybooks 水题,让求满足条件的最小花费,注意组合可能是多个即可。 include <bits/stdc++.h> us
相关 Codeforces Round #381 (Div. 1) A. Alyona and mex
这道题我觉得题意看懂了,大问题也就没有了。 一个比较简单的思维题。 mex是不在子串中的最小非负数,那么对于一个子串而言,最大的mex就是子串的长度+1。 因为子串的长
相关 Codeforces Round #411 (Div. 1)(A~D)题解
题目链接: [\411 (Div. 1)][411 _Div. 1] 差点翻船。 题解: A. 这个推导一下,找一下规律就可以了。答案是:ans=(n
相关 Codeforces Round #569 (Div. 2)A. Alex and a Rhombus
A. Alex and a Rhombus 题目链接:[http://codeforces.com/contest/1180/problem/A][http_codefo
相关 Codeforces Round #154 (Div. 2) A. Boys and Girls
题目:http://codeforces.com/problemset/problem/253/A 男女排队,男生多则男生站第一位 vice versa inclu
相关 Codeforces Round #157 (Div. 2) A. Little Elephant and Chess
题目:http://codeforces.com/contest/259/problem/A 判断一个棋盘经过行操作后能否成为一个正常的黑白相间的棋盘 思路:因为不涉及列操
相关 Codeforces Round #564 (Div. 1)
A 太难了,一半时间刚这题还没做出来,简直自闭了。实际上分两种情况,一种很简单直接放,另一种就是要0,0,…,0,1,2,…,n,然后直接贪心,显然我是把情况判断错误一直没调
还没有评论,来说两句吧...