会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
seve
博客园
首页
新随笔
联系
管理
订阅
2024年7月9日
2024/7/9 noip模拟鳃
摘要: T1 30pts 教训:存图双向边数组要开2倍(就是这么简单!)还害得我调了半个小时才发现,改后ac code: using namespace std; int n,a,b,anode,bnode; const int maxn = 1e6+10; struct edge{ int to,next
阅读全文
posted @ 2024-07-09 21:43 Dreamers_Seve
阅读(34)
评论(1)
推荐(1)