#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( means the amount of racers ) racers star from someplace( means Starting point coordinate),and they possible have different speed( 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 -determining the number of racers. Next lines follow, each line contains two integer and .( means the racer's Starting point coordinate, means the ith racer's speed.).
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