摘要: #include<bits/stdc++.h> using namespace std; int a[1005][1005]; int n; bool b[10005]; int c[10005][10005]; int t=0; void dfs_xian(int x){ cout<<x<<" " 阅读全文
posted @ 2023-09-22 21:30 竹余居居居居居 阅读(60) 评论(0) 推荐(0)