0_0_32330101_27488.cpp:43:2: error: stray '#' in program
}#include <iostream>
^
0_0_32330101_27488.cpp: In function 'int main()':
0_0_32330101_27488.cpp:39:33: error: 'memset' was not declared in this scope
memset(run, check, sizeof(run));
^
0_0_32330101_27488.cpp: At global scope:
0_0_32330101_27488.cpp:43:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_32330101_27488.cpp:47:15: error: redefinition of 'int a [110][110]'
int a[110][110],n,m;
^
0_0_32330101_27488.cpp:5:5: note: 'int a [110][110]' previously declared here
int a[110][110],n,m;
^
0_0_32330101_27488.cpp:47:17: error: redefinition of 'int n'
int a[110][110],n,m;
^
0_0_32330101_27488.cpp:5:17: note: 'int n' previously declared here
int a[110][110],n,m;
^
0_0_32330101_27488.cpp:47:19: error: redefinition of 'int m'
int a[110][110],n,m;
^
0_0_32330101_27488.cpp:5:19: note: 'int m' previously declared here
int a[110][110],n,m;
^
0_0_32330101_27488.cpp:48:17: error: redefinition of 'int run [110][110]'
int run[110][110];
^
0_0_32330101_27488.cpp:6:5: note: 'int run [110][110]' previously declared here
int run[110][110];
^
0_0_32330101_27488.cpp: In function 'int dfs(int, int)':
0_0_32330101_27488.cpp:49:5: error: redefinition of 'int dfs(int, int)'
int dfs(int x,int y)
^
0_0_32330101_27488.cpp:7:5: note: 'int dfs(int, int)' previously defined here
int dfs(int x,int y)
^
0_0_32330101_27488.cpp: In function 'int main()':
0_0_32330101_27488.cpp:67:5: error: redefinition of 'int main()'
int main(void)
^
0_0_32330101_27488.cpp:25:5: note: 'int main()' previously defined here
int main(void)
^
0_0_32330101_27488.cpp:81:33: error: 'memset' was not declared in this scope
memset(run, check, sizeof(run));
^
|