摘要: ①DJ #include<iostream> #include<cstring> #include<cstdio> #include<queue> using namespace std; #define e exit(0) #define re register #define inf 21474 阅读全文
posted @ 2019-11-14 22:25 xqyxqy 阅读(126) 评论(0) 推荐(0) 编辑
摘要: ①并查集 #include<iostream> #include<cstring> #include<cstdio> using namespace std; #define e exit(0) #define re register const int M = 10005; int n,m,fa[ 阅读全文
posted @ 2019-11-14 22:09 xqyxqy 阅读(183) 评论(0) 推荐(0) 编辑