摘要: 1. HDU 1232(并查集模板题) 1 #include<iostream> 2 #include<cstdio> 3 #include<string.h> 4 using namespace std; 5 #define MAX 1002 6 int pre[MAX];///用来标记关系 7 阅读全文
posted @ 2017-04-25 12:01 马丁黄瓜啊 阅读(153) 评论(0) 推荐(0) 编辑