You are given a rooted tree
consisting of n nodes. The nodes are numbered 1,2,…,n, and node 1 is the root.
Each node has a value.
Your task is to process following
types of queries:
1. change the value of node s to x
2. calculate the sum of values in
the subtree of node s
Constraints
1≤n,q≤2⋅105
1≤a,b,s≤n
1≤a,b,s≤n
1≤vi,x≤109