Izumi Yuki retaliates against Kayamori Ruka's constant use of the verbal quirk teheperinko by creating a puzzle. Ruka finds herself at Nabi's ground where $$$n$$$ Nabis are arranged in a straight line. Yuki's AI assistant Ketsu reveals the challenge: assign integer values to the Nabis such that:
Help Ruka solve the puzzle!
Each test contains multiple tests. The first line contains one integer $$$t$$$ ($$$1\le t\le 10^4$$$) — the number of test cases. The description of each test case follows.
The only line of each test case contains three integers $$$p$$$, $$$q$$$, and $$$n$$$ ($$$1\le p, q, n\le 2\cdot 10^5$$$).
It is guaranteed that the sum of $$$n$$$ over all test cases doesn't exceed $$$2\cdot 10^5$$$.
For each test case:
You can output the answer in any case (upper or lower). For example, the strings "yEs", "yes", "Yes", and "YES" will be recognized as positive responses.
42 3 32 3 46 6 57 11 14
YES -2 3 -2 NO YES 1 1 1 1 1 YES 1 1 5 -13 1 1 7 1 1 3 -11 1 1 7