You are given an undirected tree with N nodes. Every node is initially assigned a value equal to 0.
Perform Q queries that are given on the tree as follows:
Task
Find the sum of values assigned to all the nodes after performing Q queries.
Input
Output
For each test case in a new line, print the sum of values assigned to each node after performing Q queries.
Constraints
Initial values of the nodes in the tree is .
For Query:
For Query:
Sum of all the nodes in the tree is