题目 原题传送门 代码 #include<bits/stdc++.h> #define MAX 101 using namespace std; int n; int a[MAX][MAX]={ 0}; int res=-1; void dfs(int hang,int lie,int left