摘要: #include <bits/stdc++.h> using namespace std; const int maxn = 10; bool maps[maxn][maxn], row[maxn][maxn], col[maxn][maxn]; int mat[maxn][maxn]; void 阅读全文
posted @ 2020-05-01 17:44 麻辣猪仔 阅读(219) 评论(0) 推荐(0)