搜索
文章平均质量分 90
To_be_strong
一步一个脚印
展开
-
南阳CCPC G题 Ancient Go
Ancient Go Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others) Submit Status Yu Zhou likes to play Go with Su Lu. From the historical research, we原创 2015-10-27 20:44:56 · 566 阅读 · 0 评论 -
HDU 1026 Ignatius and the Princess I(优先队列bfs)
题目传送门:http://acm.hdu.edu.cn/showproblem.php?pid=1026; 题意:给你一个地图,上面有障碍和怪兽,障碍不可以走,怪兽有hp值,每点hp有消耗一秒时间去攻击,起点在(0,0),终点在 (n-1, m-1),还要把路径输出. #include #include #include #include #include #include #include原创 2015-12-18 13:02:11 · 490 阅读 · 0 评论 -
HDU 1045 Fire Net (dfs 或 二分图)
Fire Net Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8595 Accepted Submission(s): 4970 Problem Description Suppose that we h原创 2015-12-18 15:26:26 · 556 阅读 · 0 评论 -
HDU 5612 Baby Ming and Matrix games(dfs搜索)
问题描述 铭宝宝喜欢玩游戏,这两天他喜欢玩下面这个游戏了。 给出一个n*mn∗m的矩阵,矩阵的(i*2,j*2)(i∗2,j∗2) (其中i, j = 0, 1, 2...i,j=0,1,2...) 位置上为0~9的数字,矩阵中每两个数字中间有一个算术符号(+、-、*、/),其他位置用#填充。 问题是:是否能在上述矩阵中,找到一个表达式,使得表达式的计算结果为给出的sum(表达式从左到右计算)原创 2016-01-24 13:41:35 · 536 阅读 · 0 评论