
搜索-广搜
文章平均质量分 88
2997ms
这个作者很懒,什么都没留下…
展开
-
POJ 3083:Children of the Candy Corn
Children of the Candy CornTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 11015 Accepted: 4744DescriptionThe cornfield maze is a popular Halloween tre原创 2015-07-30 09:13:47 · 418 阅读 · 0 评论 -
Codeforces 601A:The Two Routes 宽搜最短路径
A. The Two Routestime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputIn Absurdistan, there are n towns (number原创 2015-11-25 21:44:40 · 1248 阅读 · 0 评论 -
51nod 1444:破坏道路 广度优先搜索
1444 破坏道路题目来源: CodeForces基准时间限制:1.5 秒 空间限制:131072 KB 分值: 80 难度:5级算法题 收藏 取消关注在某一个国家,那儿有n个城市,他们通过m条双向道路相连。城市从1到n编号。如果城市a和b通过一条道路直接相连,那么他们之间的距离就是一个小时。这个国家的道路网络可以允许你从任意原创 2015-10-28 18:23:13 · 739 阅读 · 0 评论 -
POJ 3984:迷宫问题 bfs+递归输出路径
迷宫问题Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 11844 Accepted: 7094Description定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0,原创 2015-10-01 11:17:13 · 524 阅读 · 0 评论 -
POJ 3414:Pots
PotsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 11661 Accepted: 4940 Special JudgeDescriptionYou are given two pots, having the volume of A an原创 2015-07-24 13:21:09 · 588 阅读 · 0 评论 -
POJ 3087:Shuffle'm Up
Shuffle'm UpTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 7364 Accepted: 3408DescriptionA common pastime for poker players at a poker table is to sh原创 2015-07-24 11:35:59 · 403 阅读 · 0 评论 -
POJ 3278:Catch That Cow
Catch That CowTime Limit: 2000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64uSubmit StatusDescriptionFarmer John has been informed of the location of原创 2015-07-24 10:48:46 · 428 阅读 · 0 评论 -
POJ 3126:Prime Path
Prime PathTime Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64uSubmit StatusDescriptionThe ministers of the cabinet were quite upset by the原创 2015-07-24 10:44:34 · 1498 阅读 · 0 评论 -
POJ 1426:Find The Multiple
Find The MultipleTime Limit: 1000MS Memory Limit: 10000KB 64bit IO Format: %I64d & %I64uSubmit StatusDescriptionGiven a positive integer n, write a program to原创 2015-07-24 10:24:29 · 494 阅读 · 0 评论 -
POJ 2251:Dungeon Master
Dungeon MasterTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 20687 Accepted: 8004DescriptionYou are trapped in a 3D dungeon and need to find the quic原创 2015-07-31 15:27:10 · 388 阅读 · 0 评论 -
HDU 5637:Transform
Transform Accepts: 47 Submissions: 187 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)问题描述给出nn个整数, 对于一个整数xx, 你可以做如下的操作若干次: + 令xx的二进制表原创 2016-03-07 21:49:43 · 494 阅读 · 0 评论