摘要: 题目描述: AC代码: #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int maxn=10005,maxm=1005; int n,m,p; int clic[maxn],uncl 阅读全文
posted @ 2019-12-27 00:13 恶魔岛 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 题目描述: AC代码: #include<iostream> #define int long long using namespace std; const int N = 30; int vis[N][30],n,temp[N]; int ans = 0; string s; void dfs( 阅读全文
posted @ 2019-12-27 00:08 恶魔岛 阅读(322) 评论(0) 推荐(0) 编辑