摘要:
题目:http://poj.org/problem?id=1264一道凸包题,求导弹射中的凸包的面积之和。View Code #include <stdio.h>#include <math.h>#include <string.h>#include <iostream>#include <algorithm>using namespace std;const double eps = 1e-8;const double pi = acos(-1.0);typedef struct{ double x, y;}cpoint;doubl 阅读全文
posted @ 2011-09-07 23:43 紫华弦筝 阅读(175) 评论(0) 推荐(0)
浙公网安备 33010602011771号