会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
zeroy's Blog
新博客:https://zryabc.xyz(已死)
首页
新随笔
管理
2021年10月15日
模板集合
摘要: 正向表 int tot=0,h[M]; struct edge{ int nxt; int to,cost; }G[3*M]; void add(int a,int b,int c){ G[++tot]=(edge){h[a],b,c}; h[a]=tot; } LCA 跳重链 void dfs(i
阅读全文
posted @ 2021-10-15 19:15 zeroy0410
阅读(57)
评论(0)
推荐(0)
编辑