本文主要是介绍HDU1312 / POJ1979 / ZOJ2165 Red and Black(红与黑) 解题报告,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
题目链接:HDU1312 / POJ1979 / ZOJ2165 Red and Black(红与黑)
Red and Black
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 9902 Accepted Submission(s): 6158
Problem Description
There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adjacent tiles. But he can't move on red tiles, he can move only on black tiles.
Write a program to count the number of black tiles which he can reach by repeating the moves described above.
Write a program to count the number of black tiles which he can reach by repeating the moves described above.
这篇关于HDU1312 / POJ1979 / ZOJ2165 Red and Black(红与黑) 解题报告的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!