Problem Idea #4

There are N points on a 2D plane. You need to find if there is a line containing at least p
% of the given points.

0 <= p <= 100. p is an integer.

N <= 30,000