摘要: #include<bits/stdc++.h>using namespace std;int h[10001][3];int n,m,num=0;int dj[101][101];int u[4]={0,1,0,-1};int v[4]={1,0,-1,0};void gs(int p,int q) 阅读全文
posted @ 2021-04-11 12:06 映波yoyo 阅读(121) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h>using namespace std;int ju[9][9]={{0,0,0,0,0,0,0,0,0}, {0,1,0,0,0,1,0,1,1}, {0,0,1,1,1,1,0,1,1}, {0,0,1,1,0,0,1,1,1}, {0,0,1,0, 阅读全文
posted @ 2021-04-11 10:47 映波yoyo 阅读(59) 评论(0) 推荐(0)