摘要: 题解:dfs搜索 #include <iostream> #include <algorithm> #include <cstring> #include <stdio.h> using namespace std; int map[6][6];//地图 bool temp[6][6];//走过的标 阅读全文
posted @ 2020-05-21 22:53 心不懈 阅读(307) 评论(0) 推荐(0)