摘要: Appleman and Tree CodeForces - 461B 题意: 题解:http://blog.csdn.net/u011580493/article/details/39032195 1 #include <bits/stdc++.h> 2 using namespace std; 阅读全文
posted @ 2017-08-12 11:50 yijiull 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 湫湫系列故事——设计风景线 HDU - 4514 并查集判环+树的直径。 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxe=1000010; 4 const int maxv=100010; 5 6 int n,m; 阅读全文
posted @ 2017-08-12 10:15 yijiull 阅读(120) 评论(0) 推荐(0) 编辑