#Lutece0234. An Interesting Game
An Interesting Game
Migrated from Lutece 234 An Interesting Game
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
Cloudiris and XiaoT like to play a game. The game is playing in the following way. First, XiaoT writes positive integers in a paper. These integers are labeled from to . Then, XiaoT gives Cloudiris some instructions. The instructions take one of the two forms: or . The first means that the th number is larger than the th number whereas the second means that the th number equals the th number. Since XiaoT is such an honest boy, all the instructions are guaranteed to be correct. And then, XiaoT will ask Cloudiris the relationship between some pairs of numbers. Depending on the instructions given by XiaoT, Cloudiris should respond with one of the following answers: or (which means the relationship is not clear). If Cloudiris gives a correct answer, she can get a strawberry and she really like strawberries. But when there are many numbers and even more relationships, the answer is difficult if not impossible to get. So Cloudiris turn to you for help. Now will you use your brilliant mind and help Cloudiris find the correct answer?
Input
The first line of the input contains a positive integer representing the number of test cases.
Each test case start with three integers and , representing the number of integers and relationship in the game and the number of questions XiaoT asked. $0 < N \leq 100, 0 \leq M \leq 10000, 0 < K \leq 10000$
Each of the following lines takes one of the two forms: or , whose meaning has been mentioned above. .
Then K lines follow. Each line contains two integers and which means a question is asked about the relationship between the th number and the Dth number. .
Output
For each question, give an answer in one line. The answer should be: or .
Samples
2
3 2 2
0 = 1
2 > 1
2 0
1 0
5 4 3
2 = 3
4 > 1
0 > 1
0 > 2
0 4
1 2
3 0
>
=
N
N
<
Resources
第四届北京邮电大学程序设计竞赛决赛