摘要: #include<bits/stdc++.h>using namespace std;int u[4]={0,1,0,-1};int v[4]={1,0,-1,0};int r,c;int book[45][45];char mg[45][45];void zmg(){ int dl[1605][3 阅读全文
posted @ 2021-04-18 10:03 映波yoyo 阅读(97) 评论(0) 推荐(0)