摘要: P1331 #include<bits/stdc++.h> using namespace std; char ch[1001][1001]; int n,m,s; int dx[5]={0,1,-1,0,0}; int dy[5]={0,0,0,1,-1}; int maxx,minx,maxy, 阅读全文
posted @ 2022-03-26 10:52 Oranges 阅读(79) 评论(0) 推荐(0) 编辑