HDU 1242 搜索水题:#include #include #include using namespace std;#define MMAX 999999int n, m;int dp[210][210];int map[210][210];int point[4][2] = {1, 0, -1, 0, 0, 1, 0, -1};void dfs(int x, int y, in Graph theory 2023-09-24 148 点赞 2 评论 224 浏览