0_0_21695406_5767.cpp:25:1: error: expected ',' or ';' before 'int'
int mm[105][105];
^
0_0_21695406_5767.cpp: In function 'void dfs1(int, int)':
0_0_21695406_5767.cpp:39:16: error: 'mm' was not declared in this scope
if(mm[xx][yy]==1)
^
0_0_21695406_5767.cpp: In function 'void dfs0(int, int)':
0_0_21695406_5767.cpp:58:16: error: 'mm' was not declared in this scope
if(mm[xx][yy]==0)
^
0_0_21695406_5767.cpp: In function 'void ckdfs1(int, int)':
0_0_21695406_5767.cpp:77:16: error: 'mm' was not declared in this scope
if(mm[xx][yy]==2)
^
0_0_21695406_5767.cpp: In function 'int main()':
0_0_21695406_5767.cpp:110:29: error: 'mm' was not declared in this scope
scanf("%d",&mm[i][j]);
^
0_0_21695406_5767.cpp:122:20: error: 'mm' was not declared in this scope
if(mm[i][j]==1)
^
0_0_21695406_5767.cpp:151:20: error: 'mm' was not declared in this scope
if(mm[i][j]==0)
^
0_0_21695406_5767.cpp:173:24: error: 'mm' was not declared in this scope
if(mm[i][j]==2)
^
0_0_21695406_5767.cpp:201:24: error: 'mm' was not declared in this scope
if(mm[i][j]==2)
^
|