摘要: 题目 思路 直接套bfs模板 代码 #include<bits/stdc++.h> using namespace std; using ll = long long; const int N = 1e3+5,INF=0x3f3f3f3f; struct Node{ int x,y,s; }t,t1 阅读全文
posted @ 2024-03-11 17:18 zzzz-z 阅读(121) 评论(0) 推荐(0)