- 博客(23)
- 收藏
- 关注
原创 计算几何学简单的模板
一些定义#include <iostream> #include <string.h> #include <algorithm> #include <cmath> #include <stdio.h> using namespace std; #define maxn 1200 #define eps 1e-8 struct point { double x; double y; }
2015-12-27 13:47:25
487
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人