0_0_12256363_18533.cpp: In function `int main()':
0_0_12256363_18533.cpp:42: error: integer constant is too large for "long" type
0_0_12256363_18533.cpp: At global scope:
0_0_12256363_18533.cpp:84: error: redefinition of `struct point'
0_0_12256363_18533.cpp:11: error: previous definition of `struct point'
0_0_12256363_18533.cpp:86: error: invalid type in declaration before ',' token
0_0_12256363_18533.cpp:86: error: conflicting declaration 'int a[1010]'
0_0_12256363_18533.cpp:13: error: 'a' has a previous declaration as `point a[1010]'
0_0_12256363_18533.cpp:86: error: type mismatch with previous external decl of `int a[1010]'
0_0_12256363_18533.cpp:13: error: previous external decl of `point a[1010]'
0_0_12256363_18533.cpp:86: error: declaration of `int a[1010]'
0_0_12256363_18533.cpp:13: error: conflicts with previous declaration `point a[1010]'
0_0_12256363_18533.cpp:86: error: conflicting declaration 'int first'
0_0_12256363_18533.cpp:13: error: 'first' has a previous declaration as `point first'
0_0_12256363_18533.cpp:86: error: type mismatch with previous external decl of `int first'
0_0_12256363_18533.cpp:13: error: previous external decl of `point first'
0_0_12256363_18533.cpp:86: error: declaration of `int first'
0_0_12256363_18533.cpp:13: error: conflicts with previous declaration `point first'
0_0_12256363_18533.cpp:86: error: conflicting declaration 'int res[1010]'
0_0_12256363_18533.cpp:13: error: 'res' has a previous declaration as `point res[1010]'
0_0_12256363_18533.cpp:86: error: type mismatch with previous external decl of `int res[1010]'
0_0_12256363_18533.cpp:13: error: previous external decl of `point res[1010]'
0_0_12256363_18533.cpp:86: error: declaration of `int res[1010]'
0_0_12256363_18533.cpp:13: error: conflicts with previous declaration `point res[1010]'
0_0_12256363_18533.cpp: In function `double dis(point, point)':
0_0_12256363_18533.cpp:89: error: redefinition of `double dis(point, point)'
0_0_12256363_18533.cpp:16: error: `double dis(point, point)' previously defined here
0_0_12256363_18533.cpp: In function `double multi(point, point, point)':
0_0_12256363_18533.cpp:95: error: redefinition of `double multi(point, point, point)'
0_0_12256363_18533.cpp:22: error: `double multi(point, point, point)' previously defined here
0_0_12256363_18533.cpp: In function `bool cmp(point, point)':
0_0_12256363_18533.cpp:99: error: redefinition of `bool cmp(point, point)'
0_0_12256363_18533.cpp:26: error: `bool cmp(point, point)' previously defined here
0_0_12256363_18533.cpp: In function `int main()':
0_0_12256363_18533.cpp:109: error: redefinition of `int main()'
0_0_12256363_18533.cpp:36: error: `int main()' previously defined here
0_0_12256363_18533.cpp:115: error: integer constant is too large for "long" type
|