摘要: 直接上模板/* * hdu2108/win.cpp * Created on: 2011-10-19 * Author : ben */#include <cstdio>#include <cstdlib>#include <cstring>#include <cmath>#include <ctime>#include <iostream>#include <algorithm>#include <queue>#include <set>#include <map>#inc 阅读全文
posted @ 2011-10-19 14:13 moonbay 阅读(161) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio>#include <cstring>#include <cstdlib>#include <algorithm>#include <cmath>using namespace std;typedef struct { double x; double y;} MyPoint;MyPoint p1, p2, p3;const double PI = 3.141592653589793;inline double xmult(MyPoint &p1, MyPoint &p2, MyPoin 阅读全文
posted @ 2011-10-19 13:50 moonbay 阅读(239) 评论(0) 推荐(0) 编辑