0_0_23199813_12135.cpp:54:5: error: redefinition of 'int m'
int m,n;
^
0_0_23199813_12135.cpp:7:5: note: 'int m' previously declared here
int m,n;
^
0_0_23199813_12135.cpp:54:7: error: redefinition of 'int n'
int m,n;
^
0_0_23199813_12135.cpp:7:7: note: 'int n' previously declared here
int m,n;
^
0_0_23199813_12135.cpp:55:18: error: redefinition of 'char map [120][120]'
char map[120][120];
^
0_0_23199813_12135.cpp:8:6: note: 'char map [120][120]' previously declared here
char map[120][120];
^
0_0_23199813_12135.cpp:56:5: error: redefinition of 'int i'
int i,j;
^
0_0_23199813_12135.cpp:9:5: note: 'int i' previously declared here
int i,j;
^
0_0_23199813_12135.cpp:56:7: error: redefinition of 'int j'
int i,j;
^
0_0_23199813_12135.cpp:9:7: note: 'int j' previously declared here
int i,j;
^
0_0_23199813_12135.cpp: In function 'void dfs(int, int)':
0_0_23199813_12135.cpp:57:7: error: redefinition of 'void dfs(int, int)'
void dfs(int i,int j)
^
0_0_23199813_12135.cpp:10:7: note: 'void dfs(int, int)' previously defined here
void dfs(int i,int j)
^
0_0_23199813_12135.cpp: In function 'int main()':
0_0_23199813_12135.cpp:70:5: error: redefinition of 'int main()'
int main()
^
0_0_23199813_12135.cpp:23:5: note: 'int main()' previously defined here
int main()
^
|