摘要: #include#include#include#include#includeusing namespace std;const int N = 2010;const int M = 10010;typedef long long LL;const int SIZE = 100003;const int SEED = 13333;struct Node{ LL key; int type; Node *next; Node *set(LL _key,Node *_next ){ key = _key; next = _next; type = -1; ... 阅读全文
posted @ 2013-07-31 17:51 yefeng1627 阅读(396) 评论(0) 推荐(0) 编辑

Launch CodeCogs Equation Editor