2016年3月24日

HDU1272-小希的迷宫(并查集)

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1272 #include<cstdio> #include<cstring> using namespace std; int father[100001]; int find(int x) { if(f 阅读全文

posted @ 2016-03-24 21:14 polarday 阅读(82) 评论(0) 推荐(0) 编辑

导航