0_0_4540147_21020.cpp:77: error: redefinition of `struct Point'
0_0_4540147_21020.cpp:7: error: previous definition of `struct Point'
0_0_4540147_21020.cpp:79: error: invalid type in declaration before ';' token
0_0_4540147_21020.cpp:79: error: conflicting declaration 'int p[1100]'
0_0_4540147_21020.cpp:9: error: 'p' has a previous declaration as `Point p[1100]'
0_0_4540147_21020.cpp:79: error: type mismatch with previous external decl of `int p[1100]'
0_0_4540147_21020.cpp:9: error: previous external decl of `Point p[1100]'
0_0_4540147_21020.cpp:79: error: declaration of `int p[1100]'
0_0_4540147_21020.cpp:9: error: conflicts with previous declaration `Point p[1100]'
0_0_4540147_21020.cpp:80: error: redefinition of `int y[1100]'
0_0_4540147_21020.cpp:10: error: `int y[1100]' previously declared here
0_0_4540147_21020.cpp:81: error: redefinition of `int t'
0_0_4540147_21020.cpp:11: error: `int t' previously declared here
0_0_4540147_21020.cpp:81: error: redefinition of `int n'
0_0_4540147_21020.cpp:11: error: `int n' previously declared here
0_0_4540147_21020.cpp:81: error: redefinition of `int r'
0_0_4540147_21020.cpp:11: error: `int r' previously declared here
0_0_4540147_21020.cpp: In function `void getY(int, int)':
0_0_4540147_21020.cpp:83: error: redefinition of `void getY(int, int)'
0_0_4540147_21020.cpp:13: error: `void getY(int, int)' previously defined here
0_0_4540147_21020.cpp: In function `int maxxxx()':
0_0_4540147_21020.cpp:99: error: redefinition of `int maxxxx()'
0_0_4540147_21020.cpp:29: error: `int maxxxx()' previously defined here
0_0_4540147_21020.cpp: In function `int main()':
0_0_4540147_21020.cpp:120: error: redefinition of `int main()'
0_0_4540147_21020.cpp:50: error: `int main()' previously defined here
|