0_0_36291686_21153.cpp:46:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_36291686_21153.cpp:46:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_36291686_21153.cpp:49:5: error: redefinition of 'int n'
int n,m;
^
0_0_36291686_21153.cpp:4:5: note: 'int n' previously declared here
int n,m;
^
0_0_36291686_21153.cpp:49:7: error: redefinition of 'int m'
int n,m;
^
0_0_36291686_21153.cpp:4:7: note: 'int m' previously declared here
int n,m;
^
0_0_36291686_21153.cpp:50:5: error: redefinition of 'int xx'
int xx,yy;
^
0_0_36291686_21153.cpp:5:5: note: 'int xx' previously declared here
int xx,yy;
^
0_0_36291686_21153.cpp:50:8: error: redefinition of 'int yy'
int xx,yy;
^
0_0_36291686_21153.cpp:5:8: note: 'int yy' previously declared here
int xx,yy;
^
0_0_36291686_21153.cpp:51:16: error: redefinition of 'int mp [101][101]'
int mp[101][101],vis[101][101];
^
0_0_36291686_21153.cpp:6:5: note: 'int mp [101][101]' previously declared here
int mp[101][101],vis[101][101];
^
0_0_36291686_21153.cpp:51:30: error: redefinition of 'int vis [101][101]'
int mp[101][101],vis[101][101];
^
0_0_36291686_21153.cpp:6:18: note: 'int vis [101][101]' previously declared here
int mp[101][101],vis[101][101];
^
0_0_36291686_21153.cpp: In function 'int check(int, int)':
0_0_36291686_21153.cpp:52:5: error: redefinition of 'int check(int, int)'
int check(int x,int y) {
^
0_0_36291686_21153.cpp:7:5: note: 'int check(int, int)' previously defined here
int check(int x,int y) {
^
0_0_36291686_21153.cpp: At global scope:
0_0_36291686_21153.cpp:56:8: error: redefinition of 'int dx []'
int dx[]= {0,0,1,-1};
^
0_0_36291686_21153.cpp:11:5: note: 'int dx [4]' previously defined here
int dx[]= {0,0,1,-1};
^
0_0_36291686_21153.cpp:57:8: error: redefinition of 'int dy []'
int dy[]= {1,-1,0,0};
^
0_0_36291686_21153.cpp:12:5: note: 'int dy [4]' previously defined here
int dy[]= {1,-1,0,0};
^
0_0_36291686_21153.cpp: In function 'int dfs(int, int)':
0_0_36291686_21153.cpp:58:5: error: redefinition of 'int dfs(int, int)'
int dfs(int x,int y) {
^
0_0_36291686_21153.cpp:13:5: note: 'int dfs(int, int)' previously defined here
int dfs(int x,int y) {
^
0_0_36291686_21153.cpp: In function 'int main()':
0_0_36291686_21153.cpp:75:5: error: redefinition of 'int main()'
int main() {
^
0_0_36291686_21153.cpp:30:5: note: 'int main()' previously defined here
int main() {
^
|