树状数组
alpha202
这个作者很懒,什么都没留下…
展开
-
树链剖分
How to change the value of all the nodes passing through the shortest path of two nodes in a tree? Obviously this can be achieved by tree difference. How to find the sum of weights on the shortest pat...原创 2019-04-06 14:04:39 · 135 阅读 · 0 评论 -
题解 TG2013 火柴排队
题目描述: 涵涵有两盒火柴,每盒装有n根火柴,每根火柴都有一个高度。 现在将每盒中的火柴各自排成一列, 同一列火柴的高度互不相同, 两列火柴之间的距离定义为: ∑(ai−bi)2\sum(a_i-b_i)^2∑(ai−bi)2 其中aia_iai表示第一列火柴中第iii个火柴的高度,bib_ibi表示第二列火柴中第iii个火柴的高度。 每列火柴中相邻两根火柴的位置都可以交换,请你通过交换使...原创 2019-04-14 11:51:08 · 167 阅读 · 0 评论