摘要: #include<cstdio>#include<algorithm>using namespace std;typedef long long ll ;struct my{ ll next; ll v;};const int maxn=500000+20;my tu[maxn];ll d[maxn 阅读全文
posted @ 2018-03-04 19:27 lmjer 阅读(125) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio>#include<algorithm>#include<cstring>using namespace std;struct my{ int v; int next;};const int maxn=200000+10;my tu[maxn];int size[max 阅读全文
posted @ 2018-03-04 09:32 lmjer 阅读(135) 评论(0) 推荐(0) 编辑