摘要: 简单的dfs,比模板还简单,题意是一个人从@出发,依次通过IEHOVA到达“#”,要求输出他走的方法。规定只能向前“forth”,向左“left”,向右“right”。#include #include using namespace std;int m,n;char str[1000][1000]... 阅读全文
posted @ 2014-10-02 13:49 Scale_the_heights 阅读(115) 评论(0) 推荐(0)