摘要: #include#include#include#pragma comment(linker, "/STACK:1024000000, 1024000000")#includeusing namespace std;const int M = 400015;struct Edge{ int v... 阅读全文
posted @ 2015-05-29 10:20 ACMood 阅读(337) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#includeusing namespace std;const int M = 200005;struct Edge{ int v, next;} edge[M q; q.push(1); memset(vis, 0, size... 阅读全文
posted @ 2015-05-29 08:32 ACMood 阅读(156) 评论(0) 推荐(0) 编辑