会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
oceans_of_stars
成为尘埃中的绽放,成为黑暗中的远航
博客园
首页
新随笔
联系
订阅
管理
2024年2月5日
知识汇总1
摘要: 1:最短路 链式前向星; 点击查看代码 int head[maxn],to[maxn],nxt[maxn],val[maxn],tot; void add(int x,int y,int z) { to[++tot]=y; val[tot]=z; nxt[tot]=head[x]; head[x]=
阅读全文
posted @ 2024-02-05 20:54 _君の名は
阅读(67)
评论(8)
推荐(5)
公告