Problem E
Maximum Number of Colinear Points
Input
Input contains several test cases. Each test case begins
with an integer
Output
For each test case, output the maximum number of simultaneously colinear points in the given set of points.
Sample Input 1 | Sample Output 1 |
---|---|
3 0 0 10 0 0 10 1 20 20 6 50 50 60 55 70 60 80 65 50 40 50 30 0 |
2 1 4 |