上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
摘要: #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> #include <cmath> using namespace std; #define met(a,b) (memset(a,b,sizeo 阅读全文
posted @ 2016-04-28 16:04 栀蓝 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 题目大意: 告诉你钱罐的初始重量和装满的重量, 你可以得到这个钱罐可以存放钱币的重量,下面有 n 种钱币, n 组, 每组告诉你这种金币的价值和它的重量,问你是否可以将这个钱罐装满,装满的情况下,输出最小的价值, 不能装满则输出“This is impossible.”(很典型的完全背包的问题) # 阅读全文
posted @ 2016-04-28 15:28 栀蓝 阅读(196) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=3345 Problem Description War chess is hh's favorite game:In this game, there is an N * M battle map, and eve 阅读全文
posted @ 2016-04-26 19:54 栀蓝 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5718 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5718 Highway Project Time L 阅读全文
posted @ 2016-04-25 10:39 栀蓝 阅读(319) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1069 http://acm.hdu.edu.cn/showproblem.php?pid=1069 题目描述: 给你n个箱子, 给你箱子的长宽高,箱子是可以无限使用的,问这些箱子摞起来最多能多高? 这些箱子摞起来 阅读全文
posted @ 2016-04-21 11:00 栀蓝 阅读(143) 评论(0) 推荐(0) 编辑
摘要: http://acm.zzuli.edu.cn/zzuliacm/problem.php?id=1877 Description 现在知道一共有n个机房,算上蛤玮一共有m个队员,教练做了m个签,每个签上写着两个数L,R(L<=R),抽到的人要把[L,R]的教室全部打扫一遍.由于蛤玮是队长而且他很懒, 阅读全文
posted @ 2016-04-18 18:53 栀蓝 阅读(451) 评论(0) 推荐(2) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2157 How many ways?? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total S 阅读全文
posted @ 2016-04-15 09:05 栀蓝 阅读(253) 评论(0) 推荐(0) 编辑
摘要: http://acm.zznu.edu.cn/problem.php?id=1962 题目描述 在很多 RPG (Role-playing Games) 游戏中,迷宫往往是非常复杂的游戏环节。通常来说,我们在走迷宫的时候都需要花非常多的时间来尝试不同的路径。但如果有了算法和计算机的帮助,我们能不能有 阅读全文
posted @ 2016-04-12 21:27 栀蓝 阅读(328) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=1127 http://poj.org/problem?id=1127 Description In the game of Jack Straws, a number of plastic or wooden "straws" are dumpe 阅读全文
posted @ 2016-04-12 16:08 栀蓝 阅读(139) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=1006 Description Input Output Sample Input Sample Output 阅读全文
posted @ 2016-03-22 16:26 栀蓝 阅读(305) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页

levels of contents