摘要: [ABC311D] Grid Ice Floor 前言:题解看不懂,太高深了(我太蒻了),于是自己写了一篇。 思路:bfs 大法,记录新的单次滑倒的中点(撞石头),并记录经过的点,总之还是很简单的。 代码: #include <bits/stdc++.h> using namespace std; const int N=210; int n,m; 阅读全文
posted @ 2025-01-11 10:04 Tobaa 阅读(12) 评论(0) 推荐(0)