The first line contains a integer T indicating the total number of test cases. Each test case begins with an integer n, denoting the number of stars in the sky. Following n lines, each contains 2 integers xi, yi, describe the coordinates of n stars.
1 <= T <= 300
3 <= n <= 100
-10000 <= xi, yi <= 10000
All coordinates are distinct.
3 3 0 0 1 1 1 0 4 0 0 0 1 1 0 1 1 5 0 0 0 1 0 2 2 2 2 0
NO YES NO