Preparando MOJI
An incident occurred in Capygrad, the capital of Tyagoland, where all the capybaras in the city went crazy and started throwing mandarins. Andrey was forced to escape from the city as far as possible, using portals.
Tyagoland is represented by a number line, and the city of Capygrad is located at point $$$0$$$. There are $$$n$$$ portals all over Tyagoland, each of which is characterised by four integers $$$l_i$$$, $$$r_i$$$, $$$a_i$$$ and $$$b_i$$$ ($$$1 \le l_i \le a_i \le b_i \le r_i \le 10^9$$$). Note that the segment $$$[a_i, b_i]$$$ is contained in the segment $$$[l_i, r_i]$$$.
If Andrey is on the segment $$$[l_i, r_i]$$$, then the portal can teleport him to any point on the segment $$$[a_i, b_i]$$$. Andrey has a pass that allows him to use the portals an unlimited number of times.
Andrey thinks that the point $$$x$$$ is on the segment $$$[l, r]$$$ if the inequality $$$l \le x \le r$$$ is satisfied.
Andrey has $$$q$$$ options for where to start his escape, each option is characterized by a single integer $$$x_i$$$ — the starting position of the escape. He wants to escape from Capygrad as far as possible (to the point with the maximum possible coordinate). Help Andrey determine how far he could escape from Capygrad, starting at each of the $$$q$$$ positions.
Each test consists of multiple test cases. The first line contains a single integer $$$t$$$ ($$$1 \le t \le 10^4$$$) — the number of sets of test cases. The description of test cases follows.
The first line of each test case contains a single integer $$$n$$$ ($$$1 \le n \le 2 \cdot 10^5$$$) — the number of portals.
Each of the next $$$n$$$ lines contains four integers $$$l_i$$$, $$$r_i$$$, $$$a_i$$$, and $$$b_i$$$ $$$(1 \le l_i \le a_i \le b_i \le r_i \le 10^9)$$$ — the characteristics of the portals.
The next line contains a single integer $$$q$$$ ($$$1 \le q \le 2 \cdot 10^5$$$) — the number of positions.
The following line contains $$$q$$$ integers $$$x_1, x_2, \ldots, x_q$$$ ($$$1 \le x_i \le 10^9$$$) — the position from which Andrey will start his escape in the $$$i$$$-th options.
It is guaranteed that the sum of $$$n$$$ and the sum of $$$q$$$ over all test cases does not exceed $$$2 \cdot 10^5$$$.
For each test case, output a single line of $$$q$$$ integers, containing the answers to Andrey's questions.
536 17 7 141 12 3 816 24 20 22610 2 23 15 28 1833 14 7 1016 24 20 221 16 3 1492 4 6 8 18 23 11 13 1521 4 2 33 9 6 734 8 1518 24 18 241 8 2 411 16 14 1426 32 28 305 10 6 8915 14 13 27 22 17 31 1 769 22 14 2011 26 13 2421 33 22 2321 33 25 321 6 3 418 29 20 21811 23 16 5 8 33 2 21
14 14 23 15 28 22 14 14 14 14 22 23 14 14 15 7 8 7 15 14 14 30 24 17 31 4 8 32 32 32 5 8 33 4 32
In the first test case:
Optimal actions when starting from each position:
In the fifth test case:
Optimal actions when starting from each position: