日本搞逼视频_黄色一级片免费在线观看_色99久久_性明星video另类hd_欧美77_综合在线视频

國內最全IT社區平臺 聯系我們 | 收藏本站
阿里云優惠2
您當前位置:首頁 > php開源 > php教程 > poj 1655 Balancing Act(樹的重心)

poj 1655 Balancing Act(樹的重心)

來源:程序員人生   發布時間:2015-06-24 08:25:13 閱讀次數:2623次

Balancing Act
Time Limit: 1000MS   Memory Limit: 65536K
Total Submissions: 9913   Accepted: 4069

Description

Consider a tree T with N (1 <= N <= 20,000) nodes numbered 1...N. Deleting any node from the tree yields a forest: a collection of one or more trees. Define the balance of a node to be the size of the largest tree in the forest T created by deleting that node from T. 
For example, consider the tree: 

Deleting node 4 yields two trees whose member nodes are {5} and {1,2,3,6,7}. The larger of these two trees has five nodes, thus the balance of node 4 is five. Deleting node 1 yields a forest of three trees of equal size: {2,6}, {3,7}, and {4,5}. Each of these trees has two nodes, so the balance of node 1 is two. 

For each input tree, calculate the node that has the minimum balance. If multiple nodes have equal balance, output the one with the lowest number. 

Input

The first line of input contains a single integer t (1 <= t <= 20), the number of test cases. The first line of each test case contains an integer N (1 <= N <= 20,000), the number of congruence. The next N⑴ lines each contains two space-separated node numbers that are the endpoints of an edge in the tree. No edge will be listed twice, and all edges will be listed.

Output

For each test case, print a line containing two integers, the number of the node with minimum balance and the balance of that node.

Sample Input

1 7 2 6 1 2 1 4 4 5 3 7 3 1

Sample Output

1 2

#include<stdio.h> #include<math.h> #include<string.h> #include<stdlib.h> #include<algorithm> #include<queue> #include<vector> using namespace std; #define ll long long #define N 21000 #define mem(a,t) memset(a,t,sizeof(a)) const int inf=1000005; int cnt,n; struct node { int v,next; }e[N*2]; int head[N]; int num[N]; int ans,index; void add(int u,int v) { e[cnt].v=v; e[cnt].next=head[u]; head[u]=cnt++; } void dfs(int u,int len,int fa) { int i,v,tmp=0; num[u]=1; for(i=head[u];i!=⑴;i=e[i].next) { v=e[i].v; if(v!=fa) { dfs(v,len+1,u); tmp=max(tmp,num[v]); num[u]+=num[v]; } } int t=max(tmp,n-num[u]); if(t<=ans) { if(u<index||t<ans) { ans=t; index=u; } } } int main() { //freopen("in.txt","r",stdin); int i,u,v,t; scanf("%d",&t); while(t--) { scanf("%d",&n); cnt=0; mem(head,⑴); for(i=1;i<n;i++) { scanf("%d%d",&u,&v); add(u,v); add(v,u); } mem(num,0); ans=n; dfs(1,0,⑴); printf("%d %d ",index,ans); } return 0; }






生活不易,碼農辛苦
如果您覺得本網站對您的學習有所幫助,可以手機掃描二維碼進行捐贈
程序員人生
------分隔線----------------------------
分享到:
------分隔線----------------------------
關閉
程序員人生
主站蜘蛛池模板: 在线视频 亚洲 | 啪啪av大全导航福利综合导航 | 不卡av在线 | 精品久久久久久久久久久 | 成人在线日韩 | 精品视频免费在线播放 | 中文字幕在线免费观看 | 国产精品不卡一区二区三区 | 国产黄色在线播放 | 91av电影网 | 黄网站观看 | 国产日韩一区二区 | 亚洲毛片在线播放 | av噜噜| 久久久久免费网站 | 国产欧美综合一区二区三区 | 国产性xxxx高清| 黄色毛片在线观看 | 在线观看日韩视频 | 久久国产系列 | 五月婷婷精品 | 欧美久久一区二区三区 | 国产精品亚洲一区二区三区在线 | 国产高清在线观看 | 日韩精品视频在线免费观看 | 爱爱视频在线免费观看 | 久久欧美肥婆一二区 | 国产成人精品一区二区在线观看 | 日韩一区av | 亚洲精品女| 天堂网亚洲 | 久久久久久久女女女又又 | 成人在线观| 性欧美另类 | www.日韩| 国产精品午夜在线 | 一级毛片在线观看网站 | 国产伦精品一区二区三区在线 | 亚洲精品成人久久 | 亚洲高清视频在线 | 国产精品一区二区在线观看 |