USACO 5.1.1 凸包參考程序

#include <iostream> #include <algorithm> #include <cstdio> #include <cmath> using namespace std; typedef struct { double x,y; }P; typedef struct { int s,t; double k,l; }E; int n,top; double sum;
相關文章
相關標籤/搜索