Responsive image

问题 1847 --Similarity

1847: Similarity

时间限制: 6 Sec  内存限制: 128 MB
提交: 1  解决: 0
[提交][状态][讨论版][命题人:]

题目描述

There is a tree grows on both HNN and HBB's head. The two tree has the same size n and index start from 1.
As HBB's son, HNN suddenly realizes that his tree doesn't look like daddy's at all. So he can't stop crying and thinking about how hard the life is. So HBB has to remark son's tree to make it look like daddy's tree as much as possible.
We define the similarity degree of two tree's as the number of nodes whose farther has the same id in both tree. Note that root doesn't has farther node, so it can't increase the similarity degree.We define the similarity degree of two tree's as the number of nodes whose farther has the same id in both tree. For example, if node-2's farther node is node-3 in the first tree, and node-2's farther node is also node-3 in the second tree, then node-2 is such the kind of node which increase the similarity degree between the two tree.
It is a hard work to make HBB and HNN's similarity degree reach n-1(it is impossible to reach n because the root node), so if HBB can make their similarity degree reach n-3 or more, HNN will stop crying. Is it possible?

NOTE:maybe the similarity degree has already reach n-3 or more at the beginning, the answer is true of course

输入描述

The first line of the input gives the number of test cases T; T test cases follow.
Each case begins with one line with one integer N: the size of the tree.
The next line gives the information of HNN's tree, the line contains N-1 numbers, the i-th number Pi gives the farther node of the node i+1.
The next line gives the information of HBB's tree, the input way is the same as HNN's tree.

Limits
T≤100
3≤N≤100
1≤Pi≤i
∑N≤6000

输出描述

For each test case output one line denotes the answer.
If the similarity can reach n-3, output "YES" , "NO" otherwise.

样例输入

1
5
1 1 3 3
1 2 1 4

样例输出

YES

来源

 

[提交][状态]
ACM算法攻关部
  • Anything about this OnlineJudge, Please Contact Administrator. Click add QQ

    OJ system based on HUSTOJ Project , UI based on Twitter Bootstrap

    Copyright 2016 ACM算法攻关部
    关于网站改版