
没有做出来的
文章平均质量分 57
要认认真真
这个作者很懒,什么都没留下…
展开
-
Humble Numbers--奇怪的错误
Humble Numbers Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 70 Accepted Submission(s) : 39Problem DescriptionA number whose only prim原创 2014-05-24 22:36:39 · 301 阅读 · 0 评论 -
美素数--undo
未完成原创 2014-05-27 22:14:34 · 276 阅读 · 0 评论 -
The Horse Racing
hdu-1052-Tian Ji -- The Horse Racing原创 2014-05-06 21:32:48 · 409 阅读 · 0 评论 -
Cup---wa
//title:HDU2289 Cup//问题分类:二分解方程,和2199判断方法,1969思路很像,就是公式比较复杂 #include#includedouble pi = acos(-1.0);//圆台体积:v=pi*h(R*R+R*r+r*r)/3double getv(double r,double R,double H,double h){ double原创 2014-05-18 22:25:15 · 362 阅读 · 0 评论 -
Shell Pyramid--tle
默默地超时了。。。我调了好久呢。。。不过还是有所有收获,1.二分可以用来查某数字x是否在递增序列中low=0;high=n-1;while(high>=low){ mid=(low+high)/2; if(x>buf[mid]){ low=mid+1; } else if(x high=mid-1;原创 2014-05-16 16:39:25 · 337 阅读 · 0 评论 -
Tempter of the Bone
Tempter of the Bone原创 2014-05-28 12:35:03 · 313 阅读 · 0 评论 -
Wooden Sticks--贪心
http://acm.hdu.edu.cn/webcontest/contest_showproblem.php?pid=1006&ojid=0&cid=6774&hide=0原创 2014-05-06 22:24:16 · 343 阅读 · 0 评论 -
Ignatius and the Princess III --undo
Ignatius and the Princess III Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 56 Accepted Submission(s) : 41Problem Description"Well, it原创 2014-05-27 16:48:36 · 488 阅读 · 0 评论