0_0_26222542_30517.cpp:95:5: error: redefinition of 'int n'
int n,m,o,l;
^
0_0_26222542_30517.cpp:18:5: note: 'int n' previously declared here
int n,m,o,l;
^
0_0_26222542_30517.cpp:95:7: error: redefinition of 'int m'
int n,m,o,l;
^
0_0_26222542_30517.cpp:18:7: note: 'int m' previously declared here
int n,m,o,l;
^
0_0_26222542_30517.cpp:95:9: error: redefinition of 'int o'
int n,m,o,l;
^
0_0_26222542_30517.cpp:18:9: note: 'int o' previously declared here
int n,m,o,l;
^
0_0_26222542_30517.cpp:95:11: error: redefinition of 'int l'
int n,m,o,l;
^
0_0_26222542_30517.cpp:18:11: note: 'int l' previously declared here
int n,m,o,l;
^
0_0_26222542_30517.cpp:96:17: error: redefinition of 'bool mp [510][510]'
bool mp[510][510];
^
0_0_26222542_30517.cpp:19:6: note: 'bool mp [510][510]' previously declared here
bool mp[510][510];
^
0_0_26222542_30517.cpp:97:12: error: redefinition of 'char op [510]'
char op[510];
^
0_0_26222542_30517.cpp:20:6: note: 'char op [510]' previously declared here
char op[510];
^
0_0_26222542_30517.cpp: In function 'bool judge(int, int)':
0_0_26222542_30517.cpp:99:6: error: redefinition of 'bool judge(int, int)'
bool judge(int x,int y){
^
0_0_26222542_30517.cpp:22:6: note: 'bool judge(int, int)' previously defined here
bool judge(int x,int y){
^
0_0_26222542_30517.cpp: In function 'int main()':
0_0_26222542_30517.cpp:106:5: error: redefinition of 'int main()'
int main(){
^
0_0_26222542_30517.cpp:29:5: note: 'int main()' previously defined here
int main(){
^
|