
三分
文章平均质量分 74
helloclaire2929
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ 3400 Line belt
//POJ 3400 Line belt //AC by warteac //2013-7-23 /* 三分套三分 */ #include #include #include #include using namespace std; typedef double pType; const double eps = 1e-5; struct point{ pType x;原创 2013-07-23 16:52:51 · 688 阅读 · 0 评论 -
POJ 3737 UmBasketella
//POJ 3737 UmBasketella //AC by warteac //2013-7-23 /* 对锥形地面半径三分找到体积最大 求高度判断高度是否可能存在;精度1e-3 WA,1e-4AC */ #include #include #include #include using namespace std; const double pi =原创 2013-07-23 16:54:49 · 530 阅读 · 0 评论