会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Rekord
博客园
首页
新随笔
联系
管理
订阅
2021年10月29日
1382:最短路(Spfa)
摘要: 最短路 加了自己能看懂的注释,变量名也尽量使用更贴合的单词。 #include<iostream> #include<cstdio> #include<cstring> #include<queue> using namespace std; const int inf = 0x3f3f3f3f;
阅读全文
posted @ 2021-10-29 23:01 Rekord
阅读(386)
评论(0)
推荐(1)
编辑
公告