BYTESE2 - The Great Ball


Hogwarts has organized The Great Ball to welcome the schools participating in the Triwizard Tournament. The ball is being held in the Great Hall and The Weird Sisters have been called to play the band. The students drift in to dance and then go out when they get tired. Hagrid is stationed at the gate and is noting down the time at which people enter and leave the hall. At the end of the day, he wonders what the maximum number of dancers was during the course of the ball.

For convenience, he writes down for each person entering, the number of minutes from the start of the ball at which the person entered and left. The door of the hall is narrow, so at any time, either one person can enter or one person can exit, but not both.

For example, suppose the observations noted down by Hagrid are the following:

Serial NumberEnters atLeaves at
117
224
369
438
5510

Each line denotes the entry time and exit time of one person. (The identity of the person is not important - the same person may enter and leave many times. For instance, in the example, it might well be that the entries and exits recorded at serial number 2 and 5 refer to the same person).

In this example, the maximum size of the dancers during the ball was 4. This was achieved between time 6 and 7. Hagrid is not good at Math so he requires your help. Your task is to read the list of entry and exit times and compute the maximum number of dancers during the ball.

Input

The first line is a single integer, T (1<=T<=100), which is the number of test cases. For each of the test case, the first line contains a single integer N, (1<=N<=100), the number of entries and exits recorded. This is followed by N lines. Each of these lines consists of two integers, separated by a space, describing the entry and exit time of that person. The entry and exit times are guaranteed to be distinct, and the entry time will be less than the exit time. The constraint on entry and exit times is 10000000.

Output

A total of T lines each of them containing a single integer, denoting the maximum number of dancers during the ball.

Example

Input:
1
5
1 7
2 4
6 9
3 8
5 10

Output:
4

hide comments
coolio_1: 2017-06-14 10:25:16

Simple logic!! AC 0.0..Imagine what Hagrid would do in the above situation, if all that he had was a pen and a note pad to keep tab on the entries!!

sandeep_4141: 2017-06-11 18:18:41

VECTOR PAIR--->
nice logic

DEVVRAT GUPTA: 2017-06-07 08:45:24

ALERT->start time is not sorted

lord_poseidon: 2017-05-29 14:47:11

AC in one go, simple logic

imperfectboy: 2017-05-20 06:26:07

got AC with both VECTOR PAIR and SET :D !!!!

ruben_ash: 2017-05-09 18:51:42

Guys just take all the moments when somebody enters. For each moment check the number of people inside, and take the maximum :) no need of STL,map,tree.....

vettyvignesh: 2017-04-21 21:37:28

O(nLogn) solution gets TLE. #java.

amalik123: 2017-03-20 15:28:12

vector pair rocks........

nilabja16180: 2017-03-14 14:21:08

AC IN ONE GO 0.00sec!
vector of pairs does it well!

Last edit: 2017-03-14 14:21:50
neeraj745: 2017-03-13 12:23:18

tip: Master STL topic and many questions like this will seem like cakewalk.


Added by:Paritosh Aggarwal
Date:2009-02-21
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:ADA95 ASM32 BASH BF C CSHARP CPP C99 CLPS LISP sbcl LISP clisp D FORTRAN HASK ICON ICK JAVA LUA NEM NICE OCAML PAS-GPC PAS-FPC PERL PHP PIKE PRLG-swi PYTHON RUBY SCM guile SCM qobi ST WHITESPACE