发表评论取消回复
相关阅读
相关 【换根DP】CF1187E Tree Painting
[Problem - 1187E - Codeforces][] 题意: ![d94ac9a14f4a4226b7bf5066e0999bd6.png][] ![9b85
相关 CF1172E Nauuo and ODT
CF1172E Nauuo and ODT -------------------- 神仙题orz 要算所有路径的不同颜色之和,多次修改,每次修改后询问。 对每种颜
相关 7. Serialize and Deserialize Binary Tree
7. Serialize and Deserialize Binary Tree Description Design an algorithm and w
相关 [CF1111E]Tree
题目大意:给一棵$n(n\\leqslant10^5)$个点的树,有$q(q\\leqslant10^5)$次询问,每次询问给出$k,m,r$表示把以下$k$个点分成不超过$m
相关 CF1187E Tree Painting
思路: 树形dp,首先使用dp计算以1为根的时候的最大分数,同时得到各个子树i的最大分数dp\[i\]。然后利用前面得到的dp数组分别计算以其他每个点作为根的时候的最大分数。
相关 CF438E The Child and Binary Tree
Problem [Codeforces][] Solution 写的时候被同学嘲讽:你现在才写这道题? 设 \\(f\_n\\) 表示权值为 \\(n\\) 的
相关 CodeForces 438D The Child and Sequence(线段树)
题目链接:[http://codeforces.com/problemset/problem/438/D][http_codeforces.com_problemset_pro
相关 cf1172E Nauuo and ODT(LCT)
首先可以转化问题,变为对每种颜色分别考虑不含该颜色的简单路径条数。然后把不是当前颜色的点视为白色,是当前颜色的点视为黑色,显然路径数量是每个白色连通块大小的平方和,然后题目变为
相关 CF510E Fox And Dinner
[题面][Link 1] 题解 首先可以发现:由于\\(a\_i \\geq 2\\),所以质数肯定是被拆成一个奇数和一个偶数。 这样的话很类似一个二分图模型,所
相关 cf682E Alyona and Triangles
You are given n points with integer coordinates on the plane. Points are given in a way
还没有评论,来说两句吧...