摘要:
#include #include #include using namespace std; const int maxn=10005; int a[maxn][maxn]; bool vis[maxn][maxn]={false};//是否访问数组 int main () { int m,n;//m行n列的矩阵 int i,j; int cnt=0;//计算... 阅读全文
posted @ 2019-06-26 22:35
浅滩浅
阅读(454)
评论(0)
推荐(0)