摘要: #include<bits/stdc++.h> using namespace std; int n; vector<int>g[1005]; int s=0; int a[1005][1005]; bool b[10005]; void dfs(int i){ for(int j=1; j<=n; 阅读全文
posted @ 2023-08-03 11:04 竹余居居居居居 阅读(39) 评论(0) 推荐(0)