原创 HDU 1392 Surround the Trees

題目大意: 求散點集凸包外圍總長度,結果保留兩位小數   代碼: #include<stdio.h> #include<stdlib.h> #include<math.h> #define MAX 102 #define eps 1e-6