摘要: 这道题就是按照题意搜索就行, 也没啥坑的地方,代码如下: #include #include #include using namespace std;int n, m; //n行 m列int map[26][26];char line[30];char dir[4] = {'R', 'L... 阅读全文
posted @ 2015-12-07 22:14 xing-xing 阅读(290) 评论(0) 推荐(0)