摘要: 最短路 加了自己能看懂的注释,变量名也尽量使用更贴合的单词。 #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) 编辑