会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
MSPqwq
博客园
首页
新随笔
联系
订阅
管理
2017年12月8日
POJ 3304 Segments | 线段相交
摘要: #include #include #include #define N 105 #define eps 1e-8 using namespace std; double abs (double x) { return x>0?x:-x; } bool dcmp(double x,double y) { if (abs(x-y) eps) return 0; return...
阅读全文
posted @ 2017-12-08 15:52 MSPqwq
阅读(121)
评论(0)
推荐(0)
编辑
公告