摘要: #include #include #include #include using namespace std; const int N=110; int pre[N],nex[N]; int z[N],y[N]; int wan[N]; int fa[N]; int findx(int x) { return fa[x]=(x==fa[x]?... 阅读全文
posted @ 2017-09-19 17:55 Billyshuai 阅读(443) 评论(0) 推荐(0) 编辑