Timosh enjoys inventing problems related to number theory. One day, he claimed to have come up with a difficult challenge. According to the challenge, you are given queries where for each query:
The first line contains the number of queries, q(1≤q≤105).
Each of the next q lines contains a query with a,b,x,y(1≤a,b,x,y≤109).
For each query, if the interval exists, output two numbers 1≤L≤R≤2∗1018.
The solution is guaranteed to exist.
If there are multiple solutions, output any of them.
2 2 3 5 3 2 3 6 3
1 10 4 14