![]() |
||||||||||
|
||||||||||
Enumerate the TrianglesTime Limit: 2000/2000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 1352 Accepted Submission(s): 513 Problem Description Little E is doing geometry works. After drawing a lot of points on a plane, he want to enumerate all the triangles which the vertexes are three of the points to find out the one with minimum perimeter. Your task is to implement his work. Input The input contains several test cases. The first line of input contains only one integer denoting the number of test cases. The first line of each test cases contains a single integer N, denoting the number of points. (3 <= N <= 1000) Next N lines, each line contains two integer X and Y, denoting the coordinates of a point. (0 <= X, Y <= 1000) Output For each test cases, output the minimum perimeter, if no triangles exist, output "No Solution". Sample Input
Sample Output
Author HyperHexagon Source | ||||||||||
|