上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: Lanterns题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=86640#problem/B题目:DescriptionVanya walks late at night along a straight street of l... 阅读全文
posted @ 2015-08-08 16:01 枫虹 阅读(22) 评论(0) 推荐(0)
摘要: Ultra-QuickSort题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/A题目: DescriptionIn this problem, you have to analyze a partic... 阅读全文
posted @ 2015-08-08 15:18 枫虹 阅读(345) 评论(0) 推荐(0)
摘要: Bin Packing题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/F题目:A set ofn1-dimensiona... 阅读全文
posted @ 2015-08-06 20:22 枫虹 阅读(458) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/E 题意:给定一条草坪,草坪上有n个喷水装置。草坪长l米宽w米,n个装置都有每个装置的位置和喷水半径。要求出最少需要几个喷水装置才能喷满草坪。喷水装置都是... 阅读全文
posted @ 2015-08-06 20:07 枫虹 阅读(281) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/D题目:Given several segments of line (int the X axis) with coordinates [Li; Ri]... 阅读全文
posted @ 2015-08-05 21:38 枫虹 阅读(339) 评论(0) 推荐(0)
摘要: Copying Books题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/B题目:DescriptionBefore the invention of book-printing, it was ver... 阅读全文
posted @ 2015-08-04 17:15 枫虹 阅读(231) 评论(0) 推荐(0)
摘要: Pie链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/C题目:Problem DescriptionMy birthday is coming up and traditionally I'm servin... 阅读全文
posted @ 2015-08-04 16:26 枫虹 阅读(405) 评论(0) 推荐(0)
摘要: Eqs题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=15029题意: 给出系数a1,a2,a3,a4,a5,求出方程a1x13+ a2x23+ a3x33+ a4x43+ a5x53=0 有多少个解。样例:Sampl... 阅读全文
posted @ 2015-08-01 17:58 枫虹 阅读(186) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=49406题意: 输入n,k,s,求在不小于n的数中找出k个不同的数的和等于s的可能性有多少种。样例: Sample Input9 3 239 3 2210 3 28... 阅读全文
posted @ 2015-08-01 17:06 枫虹 阅读(126) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5224题意: 给出矩形的面积,求出最小的周长。样例:Sample Input32712Sample Output61614思路:这个题只需要注意时间就可以了。 刚开始就就是直接从1开始循环找出满足条件的后... 阅读全文
posted @ 2015-08-01 16:12 枫虹 阅读(121) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页