The first line contains an integer T(1≤T≤10), the number of test cases.
For each test case:
The first line contains an integer n(1≤n≤100000).
Then n lines follow, the ith line contains a string namei.
Then n−1 lines follow, the ith line contains an integer fi+1(1≤fi+1≤i), denoting there is an edge between i+1 and fi+1.
Then m lines follow, the ith line contains two integers xi,yi(1≤xi,yi≤n) and a string si.
Every string is composed by lower letter.
1≤∣namei∣,∣si∣,∑i=1n∣namei∣,∑i=1m∣si∣≤100000