算法設計基礎2

1.凸包問題  代碼:     #include<iostream> #include<math.h> #include<stdlib.h> using namespace std; typedef struct { int x; int y; int flag; }tubao;  typedef struct { tubao a[10]; int length; }Point; Point p;
相關文章
相關標籤/搜索