3. 抓住那头牛

摘要: https://www.acwing.com/problem/content/1102/ #include<iostream> #include<cstring> using namespace std; const int N=200010; int n,m; int dist[N]; int q 阅读全文
posted @ 2023-03-14 22:02 skaman 阅读(15) 评论(0) 推荐(0)

2. 地牢大师

摘要: 原题:棋盘问题。 #include<iostream> #include<cstring> #include<queue> using namespace std; const int N=110; char g[N][N][N]; int dist[N][N][N]; int n,m,d; str 阅读全文
posted @ 2023-03-14 21:59 skaman 阅读(23) 评论(0) 推荐(0)