Sphere Online Judge

Computer geeks! Show off your skills and claim the job of your dreams! RecruitCoders.com

SPOJ Problem Set (classical)

138. Election Posters

Problem code: POSTERS

A parliamentary election was being held in Byteland. Its enterprising and orderly citizens decided to limit the entire election campaign to a single dedicated wall, so as not to ruin the panorama with countless posters and billboards. Every politician was allowed to hang exactly one poster on the wall. All posters extend from top to bottom, but are hung at different points of the wall, and may be of different width. The wall is divided horizontally into sections, and a poster completely occupies two or more adjacent sections.

With time, some of the posters were covered (partially or completely) by those of other politicians. Knowing the location of all the posters and the order in which they were hung, determine how many posters have at least one visible section in the end.

Input

The input begins with the integer t, the number of test cases. Then t test cases follow.

Each test case begins with a line containing integer n - the number of posters (1<=n<=40000). Then n lines follow, the i-th (1<=i<=n) containing exactly two integers li ri, denoting the numbers of the leftmost and rightmost sections covered by the i-th poster (1<=li< ri<= 107). The input order corresponds to the order of hanging posters.

Output

For each test case output a line containing one integer - the number of posters with visible sections.

Example

Sample input:
1
5
1 4
2 6
8 10
3 4
7 10

Sample output:
4

An illustration of the sample input is given below.

The wall with posters


Added by:Adrian Kosowski
Date:2004-07-19
Time limit:7s
Source limit:50000B
Languages:All
Resource:VI Polish Collegiate Team Programming Contest (AMPPZ), 2001

hide comments
2012-01-15 20:36:17 hello
6356574 : rejudge it soon
2012-01-15 20:35:53 hello
6356574
2012-01-15 20:35:23 hello
rejudge my code
cdoe id :
2010-11-15 03:33:46 Brian Bi
The judge is occasionally buggy in this way. If it bothers you that much, you can contact the problem setter and ask him to rejudge it...
2010-07-30 23:16:36 shivmitra mishra
there is an AC solution using 0.00 sec and 0k memory..hws that possible while other solutions have used memory like 2.0 M ????
SPOJ System © 2012 Sphere Research Labs | Projekty informatyczne i aplikacje na zamówienie. All Rights Reserved.