
三分法
文章平均质量分 63
Hytai
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HDU 4717 The Moving Points
The Moving Points Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1738 Accepted Submission(s): 685 Problem Description There are原创 2016-04-07 23:38:57 · 397 阅读 · 0 评论 -
HDU 3700 Line belt
Line belt Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3669 Accepted Submission(s): 1407 Problem Description In a two-dimensi原创 2016-04-09 16:20:48 · 823 阅读 · 0 评论 -
HDU 4355 Party All the Time
http://acm.hdu.edu.cn/showproblem.php?pid=4355 题意: 坐标轴上有一些点,每个点有权值,找出一个位置,所有点到这个点的距离的三次方乘以权值的和最小。 用三分求解就可以了 #include #include #include #include #include using namespace std; const dou原创 2016-04-23 09:22:38 · 398 阅读 · 0 评论