2019年3月14日

POJ1481 ZOJ1191 UVA657 UVALive5628 The die is cast【双重DFS】

摘要: "The Die Is Cast" Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 1113 Accepted: 448 Description InterGames is a high tech startup company 阅读全文

posted @ 2019-03-14 16:22 新海岛Blog 阅读(155) 评论(0) 推荐(0) 编辑

UVA784 UVALive5280 Maze Exploration【DFS】

摘要: A maze of rectangular rooms is represented on a two dimensional grid as illustrated in figure 1a. Each point of the grid is represented by a character 阅读全文

posted @ 2019-03-14 09:32 新海岛Blog 阅读(146) 评论(0) 推荐(0) 编辑

UVA705 UVALive5641 Slash Maze【DFS】

摘要: By filling a rectangle with slashes (/) and backslashes (\), you can generate nice little mazes. The picture on the right is an example.   & 阅读全文

posted @ 2019-03-14 07:56 新海岛Blog 阅读(119) 评论(0) 推荐(0) 编辑

导航

// ... runAll: function() { this.resetPreCode(); hljs.initHighlightingOnLoad(); // 重新渲染,添加语法高亮 hljs.initLineNumbersOnLoad(); // 为代码加上行号 } // ...