摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 int ve[7][7]; 4 bool visit[7]; 5 int ans=0; 6 set<set<int> > se; 7 void dfs(int x,set<int> s) 8 { 9 阅读全文
posted @ 2021-03-13 14:23 hhhgzj 阅读(57) 评论(0) 推荐(0)