会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
nanjoln0
首页
联系
订阅
管理
2021年5月12日
2020ICPC南京D. Degree of Spanning Tree
摘要: #include<bits/stdc++.h> using namespace std; struct edge{ int st,de; }eg[300005]; struct front_star{ int to,next; }e[400005]; int T,n,m,cnt=0; int cs[
阅读全文
posted @ 2021-05-12 21:41 nanjoln0
阅读(184)
评论(-1)
推荐(0)
编辑
公告