摘要: 首先来发模板 poj 1287 C++ include include include include using namespace std; const int maxn=1010; const int INF=0x3f3f3f3f; struct Node{ double x,y,h; }po 阅读全文
posted @ 2016-07-26 19:47 adfae 阅读(222) 评论(0) 推荐(0)
摘要: 以下是最小生成树+并查集 【HDU】1198 Farm Irrigation 并查集★(好题)1598 find the most comfortable road 枚举+最小生成树★★1811 Rank of Tetris 并查集+拓扑排序★★3926 Hand in Hand 同构图★3938 阅读全文
posted @ 2016-07-26 11:46 adfae 阅读(486) 评论(0) 推荐(0)