摘要: 1 #include 2 #include 3 #include 4 #include 5 #define CL(x,y) memset(x,y,sizeof(x)) 6 using namespace std; 7 struct node 8 { 9 int x... 阅读全文
posted @ 2015-03-09 21:47 PastLIFE 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define CL(x, y) memset(x, y, sizeof(x)) 6 using namespace std; 7 const int MAX = 28; 8 int N, a, b... 阅读全文
posted @ 2015-03-09 17:18 PastLIFE 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define CL(x, y) memset(x,y,sizeof(x)) 6 using namespace std; 7 const int MAX = 200005;//100005太小了?... 阅读全文
posted @ 2015-03-09 12:47 PastLIFE 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #define sc(x) scanf("%d",&(x)) 8 #define pf(x) printf("%d\n", x) 9 #define ... 阅读全文
posted @ 2015-03-09 10:50 PastLIFE 阅读(95) 评论(0) 推荐(0) 编辑