摘要: #include <bits/stdc++.h> using namespace std; bool a1[2][2]={false}; int d[4][2]={{0,-1},{0,1},{1,0},{-1,0}}; vector<pair<int,int>> path; void dfs(int 阅读全文
posted @ 2025-04-19 10:00 hanxuyao 阅读(10) 评论(0) 推荐(0)