zl程序教程

您现在的位置是:首页 >  其它

当前栏目

zoj 2110 DFS

DFS zoj
2023-09-11 14:16:05 时间
poj 1562 dfs http://poj.org/problem?id=1562 #include using namespace std; int n=0,m=0,sum=0; bool aa[105][105]; int dir[8][2]={-1,0, 1,0,
POJ 1979 DFS 题目链接:http://poj.org/problem?id=1979 #include #include using namespace std; int n=0,h=0,sum=0; char aa[21][21]; void DFS(int p,int q) if(aa[p][q]== .