Bob has a secret prime number $$$p$$$ ($$$10 \le p \le 10^8$$$). While he appreciates the properties of prime numbers, he would prefer it if his number were composite.
To achieve this, Bob can modify $$$p$$$ by prepending one or more decimal digits to the front of its decimal representation. He wants to prepend the minimum number of digits necessary to transform $$$p$$$ into a composite number.
For example, if $$$p = 11$$$:
Bob asks for your help.
The first line of the input contains an integer $$$T$$$ ($$$1 \le T \le 10^5$$$) — the number of test cases.
This is an interactive problem. Your program should perform the following steps for each test case:
1 NO
2 5
In the sample interaction, there is only one test case ($$$T = 1$$$). The hidden prime number is $$$p = 11$$$, which is known only to the judge. The value of $$$p$$$ remains constant throughout a single test case, though it may vary across different test cases. The interactor is not adaptive; that is, the hidden prime $$$p$$$ is fixed before the interaction begins and does not change based on your outputs.
The sample interaction proceeds as follows:
After outputting each line, you must flush the output. For example:
| Название |
|---|


