摘要: bfs 可用于权值相同为1的时候求最短路问题 #include<iostream> #include<algorithm> #include<cstring> #include<queue> using namespace std; const int N = 110; typedef pair<i 阅读全文
posted @ 2023-09-26 18:48 敲代码的6 阅读(30) 评论(0) 推荐(0)