摘要:
题目来源:http://acm.hdu.edu.cn/showproblem.php?pid=2147n * m 的棋盘, 开始棋子放在(1 , m)处, 沿 下, 左下, 左 三个方向移动并且没有经过的方格, 直到不能走。打表找规律:int dir[3][2] = { {0 , -1}, {1 ,... 阅读全文
posted @ 2014-05-03 18:40
goodniao_1
阅读(179)
评论(0)
推荐(0)
2014年5月3日