摘要: http://poj.org/problem?id=1066 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define maxn 500000 7 using namespace std; 8 9 const double eps=1e-10; 10 const int inf=10) return 1; 17 return -1; 18 } 19 20 struct point 21 { 22 double x,y; 23 point() {} 24 poi... 阅读全文
posted @ 2014-02-22 19:19 null1019 阅读(160) 评论(0) 推荐(0) 编辑