会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ph = x
我们都曾与真理擦肩而过,多数人却没能把握
博客园
园子
首页
联系
管理
订阅
2016年7月30日
计算几何模板
摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 6 #define LD double 7 #define sqr(x) ((x)*(x)) 8 #define eps 1e-8
阅读全文
posted @ 2016-07-30 16:30 lawyer'
阅读(198)
评论(0)
推荐(0)
编辑