摘要: 蔓延 很简单,使用 BFS 填充,然后让神圣草方块优先即可。 #include <bits/stdc++.h> using namespace std; const int N = 3e3 + 10; struct node { int type, tim, x, y; }; int n, m, v 阅读全文
posted @ 2025-12-21 11:29 chrispang 阅读(2) 评论(0) 推荐(0)