АВТ
Language: Russian
English

Remote Training on Programming

Problems Online status Contests
News FAQ E-learning
For authors:
Register  ||  Login
 
Hello, Guest! Please login or register.

1629. Rabbit Hunt

Time Limit: 1 seconds
Memory Limit:262144KB
Points:100
View Problem Statistics Submit Problem added debug

A good hunter kills two rabbits with one shot. Of course, it can be easily done since for any two points we can always draw a line containing the both. But killing three or more rabbits in one shot is much more difficult task. To be the best hunter in the world one should be able to kill the maximal possible number of rabbits. Assume that rabbit is a point on the plane with integer x and y coordinates. Having a set of rabbits you are to find the largest number of rabbits that can be killed with single shot, i.e. maximum number of points lying exactly on the same line. No two rabbits sit at one point.

Input

An input contains an integer N (3 ≤ N ≤ 200) specifying the number of rabbits. Each of the next N lines in the input contains the x coordinate and the y coordinate (in this order) separated by a space (-2000 ≤ x, y ≤ 2000).

Output

The output contains the maximal number of rabbits situated in one line.

Sample

InputOutput
6
7 122
8 139
9 156
10 173
11 190
-100 1
5

View Problem Statistics Submit Problem discussion Author/source:
Sorted Problems / Mathematics / Geometry /
1657. Postcards 1629. 894. Rectangles. 7. Reflections 892. Solar eclipse
Problems from Contests and Camps / School olympiads and couses of Vologda region / Impulse - 2019 / Geometry /
1658. 03 - Polygon with minimal perimeter 1629. 872. 05 - Triangle 89. 06 - Geodesy 23. 07 - Ant and Tree
time generating 0.187 sec.
© Copyright VSU, AVT, Nosov D.A., Andrianov I.A.