加载中...

随笔分类 -  多源bfs

摘要:https://www.acwing.com/problem/content/175/ 多源转化为单源最短路问题 #include <cstring> #include <iostream> #include <algorithm> #define x first #define y second 阅读全文
posted @ 2022-09-02 13:50 英雄不问出处c 阅读(36) 评论(0) 推荐(0)