How to solve HDU 1312 Red and Black problem using DFS algorithm?
- 内容介绍
- 文章标签
- 相关推荐
本文共计707个文字,预计阅读时间需要3分钟。
题目:求在网格上移动的最多距离大意:一个人只能向上移动,问在当前位置的一个人最多能移动到多少个'.'Sample Input:
69
...题目:acm.hdu.edu.cn/showproblem.php?pid=1312
大意:一个人只能在'.'上移动,问@所在地的人能到多少个'.'。
本文共计707个文字,预计阅读时间需要3分钟。
题目:求在网格上移动的最多距离大意:一个人只能向上移动,问在当前位置的一个人最多能移动到多少个'.'Sample Input:
69
...题目:acm.hdu.edu.cn/showproblem.php?pid=1312
大意:一个人只能在'.'上移动,问@所在地的人能到多少个'.'。

