codevs 5963 [SDOI2017]樹點染色

 [題解]:   #include<cstdio> #include<cstring> #include<iostream> using namespace std; const int N=1e5+5; struct edge{int v,next;}e[N<<1];int tot,head[N],cur[N]; int n,m,top,st[N<<1]; inline int read(){
相關文章
相關標籤/搜索