| TheForces Round #29 (Clown-Forces) |
|---|
| Finished |
You are given Input and Output you task is to know the logic behind the output.
The first line contains a single integer $$$T$$$ ($$$1 \leq T \leq 2 ⋅ 10^{4}$$$) — the number of test cases.
Each test case consists of two integers, $$$A$$$ and $$$B$$$ ($$$0 \leq A \leq 10^{18}$$$, $$$0 \leq B \leq 10^{18}$$$)
Output "YES" or "NO" (without quotes) for each test case.
You can print each letter in any case. For example, yes, Yes, YeS will all be recognized as a positive answer.
618 13110 170 012 43220 351 2
YES YES NO NO YES YES
| Name |
|---|


