0_0_15436376_2484.cpp:98:15: error: redefinition of 'int a [105][105]'
int a[105][105];
^
0_0_15436376_2484.cpp:6:5: note: 'int a [105][105]' previously declared here
int a[105][105];
^
0_0_15436376_2484.cpp:99:5: error: redefinition of 'int n'
int n;
^
0_0_15436376_2484.cpp:7:5: note: 'int n' previously declared here
int n;
^
0_0_15436376_2484.cpp:100:5: error: redefinition of 'int max1'
int max1=-1,q=0;
^
0_0_15436376_2484.cpp:8:5: note: 'int max1' previously defined here
int max1=-1,q=0;
^
0_0_15436376_2484.cpp:100:13: error: redefinition of 'int q'
int max1=-1,q=0;
^
0_0_15436376_2484.cpp:8:13: note: 'int q' previously defined here
int max1=-1,q=0;
^
0_0_15436376_2484.cpp: In function 'void my_next(int, int)':
0_0_15436376_2484.cpp:102:6: error: redefinition of 'void my_next(int, int)'
void my_next(int x,int y)
^
0_0_15436376_2484.cpp:10:6: note: 'void my_next(int, int)' previously defined here
void my_next(int x,int y)
^
0_0_15436376_2484.cpp: In function 'int main(int, char**)':
0_0_15436376_2484.cpp:160:5: error: redefinition of 'int main(int, char**)'
int main(int argc, char *argv[])
^
0_0_15436376_2484.cpp:68:5: note: 'int main(int, char**)' previously defined here
int main(int argc, char *argv[])
^
0_0_15436376_2484.cpp: At global scope:
0_0_15436376_2484.cpp:190:15: error: redefinition of 'int a [105][105]'
int a[105][105];
^
0_0_15436376_2484.cpp:6:5: note: 'int a [105][105]' previously declared here
int a[105][105];
^
0_0_15436376_2484.cpp:191:5: error: redefinition of 'int n'
int n;
^
0_0_15436376_2484.cpp:7:5: note: 'int n' previously declared here
int n;
^
0_0_15436376_2484.cpp:192:5: error: redefinition of 'int max1'
int max1=-1,q=0;
^
0_0_15436376_2484.cpp:8:5: note: 'int max1' previously defined here
int max1=-1,q=0;
^
0_0_15436376_2484.cpp:192:13: error: redefinition of 'int q'
int max1=-1,q=0;
^
0_0_15436376_2484.cpp:8:13: note: 'int q' previously defined here
int max1=-1,q=0;
^
0_0_15436376_2484.cpp: In function 'void my_next(int, int)':
0_0_15436376_2484.cpp:194:6: error: redefinition of 'void my_next(int, int)'
void my_next(int x,int y)
^
0_0_15436376_2484.cpp:10:6: note: 'void my_next(int, int)' previously defined here
void my_next(int x,int y)
^
0_0_15436376_2484.cpp: In function 'int main(int, char**)':
0_0_15436376_2484.cpp:252:5: error: redefinition of 'int main(int, char**)'
int main(int argc, char *argv[])
^
0_0_15436376_2484.cpp:68:5: note: 'int main(int, char**)' previously defined here
int main(int argc, char *argv[])
^
0_0_15436376_2484.cpp:273:5: error: expected '}' at end of input
}
^
|