摘要:
抄题解 阅读全文
posted @ 2019-10-28 20:05
羊肉汤泡煎饼
阅读(144)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; const int maxn=700006; int n,m; struct node{ int v,nxt; }e[maxn<<1]; int head[maxn],cnt; inline void add(int u,int v){ e[++cnt].v=v;e[cnt].nxt=head[u];head 阅读全文
posted @ 2019-10-28 10:33
羊肉汤泡煎饼
阅读(172)
评论(0)
推荐(0)

浙公网安备 33010602011771号