AlgoUniversity
  • Go Back
Discussion
Maximum Guests :

Author

Ayush Gangwani

Difficulty Level : Medium

Submissions : 146

Asked In : Rippling

Marks :15

: 4 | : 0

Keshi is throwing a party and he wants everybody in the party to be happy.

He has $$$n$$$ friends. His $$$i$$$-th friend has $$$i$$$ dollars.

If you invite the $$$i$$$-th friend to the party, he will be happy only if at most $$$a_i$$$ people in the party are strictly richer than him and at most $$$b_i$$$ people are strictly poorer than him.

Keshi wants to invite as many people as possible. Find the maximum number of people he can invite to the party so that every invited person would be happy.

Input

The first line contains a single integer $$$t$$$ $$$(1 \le t \le 10^4)$$$ — the number of test cases. The description of the test cases follows.

The first line of each test case contains a single integer n $$$(1 \le n \le 10^5)$$$ — the number of Keshi's friends.

The $$$i$$$-th of the following $$$n$$$ lines contains two integers $$$a_i$$$ and $$$b_i$$$ $$$(0 \le a_i,b_i \lt n)$$$.

It is guaranteed that the sum of $$$n$$$ over all test cases doesn't exceed $$$10^5$$$.

Output

For each test case print the maximum number of people Keshi can invite.

Example

Input
3
3
1 2
2 1
1 1
2
0 0
0 1
2
1 0
0 1
Output
2
1
2

Note

In the first test case, he invites the first and the second person. If he invites all of them, the third person won't be happy because there will be more than $$$1$$$ person poorer than him.

You need to login to view your submissions.

You need to login to view all submissions.

Loading...

Result : Executed

Loading...

Feel something is wrong with the test cases?

Result : Accepted

Test Cases :

You need to Log In
We're glad that you want to attempt this problem!

But to Run or Submit the Problem, you need to Log In.

Continue to Log In
Challenge Submitted!

Your challenge has been submitted successfully.

You will get a response soon via WhatsApp or Email.

Challenge
Facing issue while trying to solve the problem! Don't worry, we got you covered!

Do let us know your issue.

Looks good!
Please enter your issue / feedback.

How do we get in touch with you?
Looks good!
Please enter your phone no.
Looks good!
Please enter your email address.