随笔分类 - 搜索
摘要:A. Repoststime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputOne day Polycarp published a funny pict...
阅读全文
摘要:Life LineTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 777Accepted: 569DescriptionLet's play a new board game "Life Line". The number of th...
阅读全文
摘要:Key TaskTime Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1239Accepted Submission(s): 495Problem Des...
阅读全文
摘要:胜利大逃亡(续)Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5461 Accepted Submission(s): 1878Problem ...
阅读全文
摘要:HDU 1195双端BFS/************************************************************************* > File Name: 2.cpp > Author:yuan > Mail: > Created Time: 2014年...
阅读全文
摘要:HDU 1175简单 BFS/************************************************************************* > File Name: 1.cpp > Author:yuan > Mail: > Created Time: 20...
阅读全文
摘要:HDU 1426/************************************************************************* > File Name: shudu.cpp > Author:yuan > Mail: > Created Time: 2014...
阅读全文
摘要:HDU 1010/************************************************************************* > File Name: HDU1010.cpp > Author:yuan > Mail: > Created Time: 20...
阅读全文
摘要:/*I - 深搜 基础Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionGiven a specified total t and a list of...
阅读全文
摘要:/*F - 广搜 基础Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionTechnicians in a pathology lab analyze ...
阅读全文
摘要:/*E - 广搜记录路径 基础Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription定义一个二维数组: int maze[5][5] = { 0, 1, ...
阅读全文
摘要:/*D - 广搜 基础Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionBackgroundMr Somurolov, fabulous chess-...
阅读全文
摘要:/*C - 广搜 基础Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionA friend of you is doing research on th...
阅读全文
摘要:/*B - 广搜/深搜 基础Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionThere is a rectangular room, covered...
阅读全文
摘要:/*C - 广搜 基础Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionA friend of you is doing research on th...
阅读全文
摘要:/*A - 广搜 基础Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionFarmer John has been informed of the lo...
阅读全文
摘要:// laos.cpp : 定义控制台应用程序的入口点。/*描述有一只电子老鼠被困在如下图所示的迷宫中。这是一个12*12单元的正方形迷宫,黑色部分表示建筑物,白色部分是路。电子老鼠可以在路上向上、下、左、右行走,每一步走一个格子。现给定一个起点S和一个终点T,求出电子老鼠最少要几步从起点走到终点。...
阅读全文