889587_0_0_16292.cpp:166: error: redefinition of `struct TPoint'
889587_0_0_16292.cpp:12: error: previous definition of `struct TPoint'
889587_0_0_16292.cpp:176: error: conflicting declaration 'TPoint point[100005]'
889587_0_0_16292.cpp:14: error: 'point' has a previous declaration as `TPoint point[50005]'
889587_0_0_16292.cpp:176: error: type mismatch with previous external decl of `TPoint point[100005]'
889587_0_0_16292.cpp:14: error: previous external decl of `TPoint point[50005]'
889587_0_0_16292.cpp:176: error: declaration of `TPoint point[100005]'
889587_0_0_16292.cpp:14: error: conflicts with previous declaration `TPoint point[50005]'
889587_0_0_16292.cpp:177: error: conflicting declaration 'int index[100005]'
889587_0_0_16292.cpp:15: error: 'index' has a previous declaration as `int index[50005]'
889587_0_0_16292.cpp:177: error: type mismatch with previous external decl of `int index[100005]'
889587_0_0_16292.cpp:15: error: previous external decl of `int index[50005]'
889587_0_0_16292.cpp:177: error: declaration of `int index[100005]'
889587_0_0_16292.cpp:15: error: conflicts with previous declaration `int index[50005]'
889587_0_0_16292.cpp:178: error: redefinition of `int indexl'
889587_0_0_16292.cpp:16: error: `int indexl' previously declared here
889587_0_0_16292.cpp:179: error: conflicting declaration 'int stack[100005]'
889587_0_0_16292.cpp:8: error: 'stack' has a previous declaration as `int stack[50005]'
889587_0_0_16292.cpp:179: error: type mismatch with previous external decl of `int stack[100005]'
889587_0_0_16292.cpp:8: error: previous external decl of `int stack[50005]'
889587_0_0_16292.cpp:179: error: declaration of `int stack[100005]'
889587_0_0_16292.cpp:8: error: conflicts with previous declaration `int stack[50005]'
889587_0_0_16292.cpp:180: error: redefinition of `int top'
889587_0_0_16292.cpp:9: error: `int top' previously declared here
889587_0_0_16292.cpp: In function `void swap(TPoint*, int, int)':
889587_0_0_16292.cpp:189: error: redefinition of `void swap(TPoint*, int, int)'
889587_0_0_16292.cpp:80: error: `void swap(TPoint*, int, int)' previously defined here
889587_0_0_16292.cpp: In function `double multi(TPoint, TPoint, TPoint)':
889587_0_0_16292.cpp:197: error: redefinition of `double multi(TPoint, TPoint, TPoint)'
889587_0_0_16292.cpp:88: error: `double multi(TPoint, TPoint, TPoint)' previously defined here
889587_0_0_16292.cpp: In function `int cmpx(const void*, const void*)':
889587_0_0_16292.cpp:202: error: redefinition of `int cmpx(const void*, const void*)'
889587_0_0_16292.cpp:19: error: `int cmpx(const void*, const void*)' previously defined here
889587_0_0_16292.cpp: In function `int cmpy(const void*, const void*)':
889587_0_0_16292.cpp:210: error: redefinition of `int cmpy(const void*, const void*)'
889587_0_0_16292.cpp:27: error: `int cmpy(const void*, const void*)' previously defined here
889587_0_0_16292.cpp: In function `double dis(TPoint, TPoint)':
889587_0_0_16292.cpp:218: error: redefinition of `double dis(TPoint, TPoint)'
889587_0_0_16292.cpp:35: error: `double dis(TPoint, TPoint)' previously defined here
889587_0_0_16292.cpp: In function `double min(double, double, double)':
889587_0_0_16292.cpp:225: error: redefinition of `double min(double, double, double)'
889587_0_0_16292.cpp:42: error: `double min(double, double, double)' previously defined here
889587_0_0_16292.cpp: In function `double min(double, double)':
889587_0_0_16292.cpp:232: error: redefinition of `double min(double, double)'
889587_0_0_16292.cpp:49: error: `double min(double, double)' previously defined here
889587_0_0_16292.cpp: In function `double shortdis(int, int)':
889587_0_0_16292.cpp:238: error: redefinition of `double shortdis(int, int)'
889587_0_0_16292.cpp:55: error: `double shortdis(int, int)' previously defined here
889587_0_0_16292.cpp: In function `int cmp(const void*, const void*)':
889587_0_0_16292.cpp:263: error: redefinition of `int cmp(const void*, const void*)'
889587_0_0_16292.cpp:93: error: `int cmp(const void*, const void*)' previously defined here
889587_0_0_16292.cpp: In function `void grahamScan(int)':
889587_0_0_16292.cpp:273: error: redefinition of `void grahamScan(int)'
889587_0_0_16292.cpp:103: error: `void grahamScan(int)' previously defined here
889587_0_0_16292.cpp: In function `int main()':
889587_0_0_16292.cpp:362: error: redefinition of `int main()'
889587_0_0_16292.cpp:127: error: `int main()' previously defined here
|