#Lutece0931. Car race game

Car race game

Migrated from Lutece 931 Car race game

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

Bob is a game programming specialist. In his new car race game, there are some racers(nn means the amount of racers (1n100000)(1 \leq n \leq 100000)) racers star from someplace(xix_i means Starting point coordinate),and they possible have different speed(VV means speed).so it possibly takes place to overtake(include staring the same point ). now he want to calculate the maximal amount of overtaking.

Input

The first line of the input contains an integer nn-determining the number of racers. Next nn lines follow, each line contains two integer XiX_i and ViV_i.(XiX_i means the ithi_{th} racer's Starting point coordinate, ViV_i means the ith racer's speed.0<Xi,Vi<10000000<X_i, V_i<1000000).

Output

For each data set in the input print on a separate line, on the standard output, the integer that represents the maximal amount of overtaking.

Samples

2
2 1
2 2
5
2 6
9 4
3 1
4 9
9 1
7
5 5
6 10
5 6
3 10
9 10
9 5
2 2
1
6
7

Resources

2011 Heilongjiang collegiate programming contest