New Year Santa Network - CodeForces 500 D 树形dp

来源:互联网 发布:知乎dota2液体夺冠 编辑:程序博客网 时间:2024/06/07 22:20

New Year Santa Network
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output

New Year is coming in Tree World! In this world, as the name implies, there are n cities connected by n - 1 roads, and for any two distinct cities there always exists a path between them. The cities are numbered by integers from 1 to n, and the roads are numbered by integers from 1 to n - 1. Let's define d(u, v) as total length of roads on the path between city u and city v.

As an annual event, people in Tree World repairs exactly one road per year. As a result, the length of one road decreases. It is already known that in the i-th year, the length of the ri-th road is going to become wi, which is shorter than its length before. Assume that the current year is year 1.

Three Santas are planning to give presents annually to all the children in Tree World. In order to do that, they need some preparation, so they are going to choose three distinct cities c1c2c3 and make exactly one warehouse in each city. The k-th (1 ≤ k ≤ 3) Santa will take charge of the warehouse in city ck.

It is really boring for the three Santas to keep a warehouse alone. So, they decided to build an only-for-Santa network! The cost needed to build this network equals to d(c1, c2) + d(c2, c3) + d(c3, c1) dollars. Santas are too busy to find the best place, so they decided to choose c1, c2, c3 randomly uniformly over all triples of distinct numbers from 1 to n. Santas would like to know the expected value of the cost needed to build the network.

However, as mentioned, each year, the length of exactly one road decreases. So, the Santas want to calculate the expected after each length change. Help them to calculate the value.

Input

The first line contains an integer n (3 ≤ n ≤ 105) — the number of cities in Tree World.

Next n - 1 lines describe the roads. The i-th line of them (1 ≤ i ≤ n - 1) contains three space-separated integers aibili (1 ≤ ai, bi ≤ nai ≠ bi1 ≤ li ≤ 103), denoting that the i-th road connects cities ai and bi, and the length of i-th road is li.

The next line contains an integer q (1 ≤ q ≤ 105) — the number of road length changes.

Next q lines describe the length changes. The j-th line of them (1 ≤ j ≤ q) contains two space-separated integers rjwj (1 ≤ rj ≤ n - 1,1 ≤ wj ≤ 103). It means that in the j-th repair, the length of the rj-th road becomes wj. It is guaranteed that wj is smaller than the current length of the rj-th road. The same road can be repaired several times.

Output

Output q numbers. For each given change, print a line containing the expected cost needed to build the network in Tree World. The answer will be considered correct if its absolute and relative error doesn't exceed 10 - 6.

Sample test(s)
input
32 3 51 3 351 42 21 22 11 1
output
14.000000000012.00000000008.00000000006.00000000004.0000000000
input
61 5 35 3 26 1 71 4 45 2 351 22 13 54 15 2
output
19.600000000018.600000000016.600000000013.600000000012.6000000000

题意:给你一棵树,随机在里面选三个节点,然后分别连接这三个节点,问距离的和的期望是多少。

思路:首先选法有n*(n-1)*(n-2)/6种,每条边设其两边的节点数分别为a和b,那么这条边用到的情况为a*(a-1)*b/2+b*(b-1)*a/2种,而这三个节点间的每条边都需要用两次。另外我用了非递归的形式。

AC代码如下:

#include<cstdio>#include<cstring>#include<iostream>#include<algorithm>#include<cmath>#include<vector>using namespace std;typedef long long ll;struct node{    int v,pos;};node A;vector<node> vc[100010];ll len[100010],use[100010],D[100010],M;double D2[100010],W;int p[100010],vis[100010],point[100010],f[100010];int main(){    int T,t,n,m,i,j,k,temp=0,u,v,pos;    ll a,b;    scanf("%d",&n);    for(i=1;i<n;i++)    {        scanf("%d%d%I64d",&u,&v,&len[i]);        A.v=v;A.pos=i;        vc[u].push_back(A);        A.v=u;        vc[v].push_back(A);    }    p[1]=1;temp=1;vis[1]=1;    for(i=1;i<=n;i++)    {        u=p[i];        k=vc[u].size();        for(j=0;j<k;j++)        {            v=vc[u][j].v;            if(vis[v])              continue;            vis[v]=1;            p[++temp]=v;            point[temp]=vc[u][j].pos;            f[temp]=i;        }    }    for(i=n;i>=1;i--)    {        use[i]++;        D[point[i]]=use[i];        use[f[i]]+=use[i];    }    for(i=1;i<n;i++)    {        a=D[i];b=n-D[i];        D[i]=a*(a-1)*b+b*(b-1)*a;    }    M=(ll)n*(n-1)*(n-2)/6;    for(i=1;i<n;i++)       D2[i]=1.0*D[i]/M;    for(i=1;i<n;i++)       W+=D2[i]*len[i];    scanf("%d",&m);    for(i=1;i<=m;i++)    {        scanf("%d%I64d",&pos,&a);        W-=D2[pos]*(len[pos]-a);        len[pos]=a;        printf("%.10f\n",1.0*W);    }}


0 0
原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 小孩身上起红疙瘩很痒怎么办 肛门上长了个肉疙瘩怎么办 脚撞了一下肿了怎么办u 怀孕9个月同床了怎么办 结婚两年了都没怀孕怎么办 怀孕快40周了没有生的迹象怎么办 生完小孩掉头发很厉害怎么办 我27岁欠50多万怎么办 8岁童牙齿摔松了怎么办 我的眉毛后半边很稀少怎么办 剑三95修为满了怎么办 21三体综合症临界高风险怎么办 率土之滨没地了怎么办 老公有外遇怎么办他还舍不得小三 11选5输了6万 怎么办 k宝密码忘了怎么办5次 k宝密码输错5次怎么办 上火了牙疼怎么办怎样快速止疼 身体不吸收营养胖不起来怎么办 突然牙疼怎么办教你立刻止疼 蛀牙疼怎么办教你立刻止疼 做了牙套的牙疼怎么办 牙疼怎么办教你立刻止疼 七个月宝宝便秘拉不出来怎么办 喝酒脸上起了很多小红疙瘩怎么办 我的脸又痒又红怎么办 脸又红又痒又烫怎么办 满脸痘痘怎么办全部都是红的 身上起大片扁疙瘩很痒怎么办 我急用钱借钱又借不到怎么办 小孩蛀牙牙疼怎么办教你立刻止疼 牙齿里面长了个小牙齿怎么办 2岁宝宝又吐又拉怎么办 u盘坏了怎么办没反应了 怀孕了不知道孩子是谁的怎么办 怀孕八个月耻骨疼的厉害怎么办 没感情了这段婚姻该怎么办 1岁半宝宝o型腿怎么办 4s店没按时交车怎么办 几天几夜睡不着觉没有睡意怎么办 辣的吃多了胃疼怎么办