题目 输入 10 5 ..*.....** .**..***** .*...*.... ..****.*** ..****.*** 输出16 思路 可以用dfs也可以用bfs,后面再补一下bfs的操作 还有就是出现换行符和空格的时候要想清楚输入问题。。。 代码DFS #include<iostream> #include<cstring> using namespace std; pair<