Aliens connected with people and sent a message containing the answer to "The Ultimate Question of Life, the Universe, and Everything".
People received $$$n$$$ bytes (integers from $$$0$$$ to $$$255$$$ inclusive). The decoding algorithm is the following:
For each byte $$$i$$$, you are given the number $$$c_i$$$ of received bytes $$$i$$$. Please decode the message.
The first line contains a single integer $$$t$$$ ($$$1 \leq t \leq 100$$$) — the number of test cases. Description of test cases follows.
The first line of each test case contains a single integer $$$k$$$ ($$$1 \leq k \leq 256$$$) — the number of bytes $$$i$$$ such that $$$c_i \neq 0$$$.
Each of the next $$$k$$$ lines contains two integers $$$i$$$, $$$c_i$$$ ($$$0 \leq i \leq 255$$$, $$$1 \leq c_i \leq 10^9$$$). It is guaranteed that all given values $$$i$$$ are different.
For all other $$$256 - k$$$ bytes, the numbers $$$c_i$$$ are equal to $$$0$$$.
It is guaranteed that $$$\displaystyle \sum\limits_{i=0}^{255} c_i = n \leq 10^9$$$.
For each test case, print a single integer — the decoded message.
5142 120 11 11239 221 12 131 12 23 2
42 256 514 1284 61726