摘要: https://www.luogu.com.cn/problem/P8662 ` include<bits/stdc++.h> using namespace std; int n; const int N=1010; char a[N][N]; int sum,ans,cnt; int d[4][ 阅读全文
posted @ 2024-01-29 17:20 CXfang10 阅读(19) 评论(0) 推荐(0)