몇일동안 푼 문제들 풀이 메모용으로 작성한다. https://www.acmicpc.net/problem/18508 18508번: Delete the PointsThe first line contains a single integer n (1 ≤ n ≤ 3000), the number of points. Each of the following n lines contains two integers xi and yi (0 ≤ xi, yi ≤ 109), describing the coordinates of the i-th point. All points are distinct.www.acmicpc.net개인적으로 굉장히 어렵다고 생각하는 문제다. 처음 봤을 때는 골드2 였지만, 현재는 플레5가 되었다. 아는 ..