加载中...

随笔分类 -  bfs求最短路

摘要:https://www.acwing.com/problem/content/1078/ 注意记录状态的唯一性 #include<bits/stdc++.h> #define x first #define y second using namespace std; typedef pair<int 阅读全文
posted @ 2022-09-02 13:47 英雄不问出处c 阅读(24) 评论(0) 推荐(0)