会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
朽木の半夏
博问
闪存
管理
2018年3月23日
输入起止坐标,返回途径网格。
摘要: #include<stdio.h>#include<iostream>#include<math.h>using namespace std; const double EPS = 1e-6; int sign(double d){ return d < -EPS? -1 :(d > EPS? 1
阅读全文
posted @ 2018-03-23 20:20 朽木の半夏
阅读(126)
评论(0)
推荐(0)
编辑