As Gudi escapes the room and moves onto to the next floor, the Wizard of UD receives her at the gate!
The wizard questions her intelligence and does not allow her to move ahead unless she answers his puzzle correctly. The wizard says :
Imagine that you are trapped in a dungeon, little girl . And the gate to the exit is guarded by a Monster. The Monster eats strings. Different strings trigger different behaviors of the monster. You know the string that can make it sleep. However, you do not posses it. All you have are N strings scattered on the floor in the dungeon. You can pick up any subset of these and rearrange the characters to form the required subset. You can't pick up a partial string or discard part of any string that you pick.
Answer me, little girl, can you use these strings to form the string that shall make the monster sleep and get you out alive?
Input
First line contains an integer T. T testcases follow.
First line of each test case contains an integer N. N lines follow.Each of these lines contains a string.
Next line contains the string that shall make the monster sleep.
Output
For each testcase, print the answer i.e. either "YES" (without the quotes) or "NO" (without the quotes), in a new line.
Constraints
1≤T≤10
1≤N≤30
1≤K≤30
1≤L≤900
The sleep string for first case "draaxiny" can not be formed.
The sleep string for second case can be formed using the last two strings.