孩子们别写 #include <bits/stdc++.h> #define x first #define y second using namespace std; typedef long long LL; typedef long double LD; typedef pair<int, int> PII; const int N = 60, MOD = 998244353; const int dx[] = {0, -1, 0, 1}, dy[] = {-1, 0, 1, 0}; const LL INF = 1e18; int n, m, h; string...