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.
For each test cases, output the minimum perimeter, if no triangles exist, output "No Solution".
Case 1: No Solution
Case 2: 4.650
HyperHexagon’s Summer Day Gift