leetcode MaxPointsonaLine
z
1
2
3
4
5
6
7
8
9
10
import utils.Point;

public class MaxPointsonaLine {
public int maxPoints(Point[] points) {
return 0;
}
public static void main(String[] args) {
System.out.println((double) 94911150/ (double)94911151 + " " + (double)94911151/94911152);
}
}