会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
𝒸𝒾𝓇𝓃ℴ𝓋𝓈𝓀𝓎
首页
新随笔
订阅
管理
2021年9月12日
「ABC 218」解集
摘要: E 倒流一下,然后把负权边置零后跑 MST 即可。 #include<cstdio> #include<vector> #include<algorithm> using namespace std; const int N=2e5+5,M=2e5+5; struct edge { int u,v;
阅读全文
posted @ 2021-09-12 11:10 cirnovsky
阅读(95)
评论(0)
推荐(1)
编辑