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;
相关文章
相关标签/搜索