题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6567 #include<iostream> #include<algorithm> using namespace std; #define ll long long #define inf 0x3f3f3f3f #define maxn 100005 int n,cnt,root,maxx,head[maxn],size[maxn],vis[maxn],sum,n1,n2; stru…
Godfather Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 6121 Accepted: 2164 Description Last years Chicago was full of gangster fights and strange murders. The chief of the police got really tired of all these crimes, and decided to…