发表评论取消回复
相关阅读
相关 CodeForces 558A,B
[CodeForces 558A][] 题意:给定一些苹果树的位置和树上的苹果数,然后一个人站在原点,每次碰到苹果就往相反的方向走,问能得到的最大苹果数。 思路:
相关 Codeforces Round #329 (Div. 2) D. Happy Tree Party
对于从a→b 的路径,如果边权值为1,则值不变,否则就是1≤边权值,这样的话最多除64次就为0也就不需要继续除下去了,所以问题的关键在于去压缩哪些连续的边权为1的路径,这里自然
相关 Codeforces Round 473-2B题解报告
题目 [http://codeforces.com/contest/959/problem/B][http_codeforces.com_contest_959_prob
相关 Codeforces Round 472-2B题解报告
There is a rectangular grid of n rows of m initially-white cells each. Arkady performed
相关 Codeforces Round 471-2B题解报告
Let’s call a string adorable if its letters can be realigned in such a way that they for
相关 Codeforces Global Round 2(A/B/C)
这场比赛作出前两道题就挂机了,没有信心做下去了。 题目链接:[http://codeforces.com/contest/1119][http_codeforces.com_
相关 Codeforces Round #558 (Div. 2)C(计算几何,排列组合,模拟)
\include<bits/stdc++.h> using namespace std; typedef struct\{ double k,b; \}no
相关 Codeforces Round #541 (Div. 2) B.Draw!
链接:https://codeforces.com/contest/1131/problem/B 题意: 给n次足球比分,求存在平局的机会。 思路: 结构体
相关 Codeforces Round #558 B2. Cat Party (Hard Edition)
题面: [传送门 ][Link 1] 题目描述: 题意:确定最大的x,使去除掉前x天的其中一天后,所有不同数字的数量相等。 题目分析: 可能是我太久没打c
相关 Codeforces Round #568 (Div. 2)B
B. Email from Polycarp 题目链接:[http://codeforces.com/contest/1185/problem/B][http_codef
还没有评论,来说两句吧...