摘要: 原题链接 思路 把最短路换成是否可达即可 代码 #include <iostream> #include <cstdio> #include <cstring> #include <unordered_map> #include <vector> using namespace std; const 阅读全文
posted @ 2022-08-15 09:50 incra 阅读(20) 评论(0) 推荐(0)