#Lutece0391. The Weight of Tree
The Weight of Tree
Migrated from Lutece 391 The Weight of Tree
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
456 has a tree of nodes, each node is assigned with an integer number. Now 456 wants to select a subtree, such that the sum of all integers on the nodes of the subtree is maxmized.
Can you help him?
Input
On the first line of the input is an integer , and then cases follows. Each case begins with a positive integer (), then numbers (), for the number on the node. Then lines follows, each line contains two numbers , () indicate that there is a edge between node and .
Output
For each test case, output one integer on a line, the maximized sum can be achieved by selecting a subtree.
Samples
3
1
5
2
5 -5
1 2
5
-2 -3 7 -1 4
1 2
2 3
3 4
2 5
5
5
8
Resources
10th SCU Programming Contest Final