150941_0_9714.cpp:1: error: stray '\163' in program
150941_0_9714.cpp:1: error: stray '\163' in program
150941_0_9714.cpp:1: error: `i' does not name a type
150941_0_9714.cpp:2: error: stray '\163' in program
150941_0_9714.cpp:2: error: stray '\163' in program
150941_0_9714.cpp:3: error: stray '\163' in program
150941_0_9714.cpp:3: error: stray '\163' in program
150941_0_9714.cpp:4: error: stray '\163' in program
150941_0_9714.cpp:4: error: stray '\163' in program
150941_0_9714.cpp:5: error: stray '\163' in program
150941_0_9714.cpp:5: error: stray '\163' in program
150941_0_9714.cpp: In function `int main()':
150941_0_9714.cpp:27: error: `scanf' undeclared (first use this function)
150941_0_9714.cpp:27: error: (Each undeclared identifier is reported only once for each function it appears in.)
150941_0_9714.cpp:32: error: `qsort' undeclared (first use this function)
150941_0_9714.cpp:35: error: `memcpy' undeclared (first use this function)
150941_0_9714.cpp:38: error: `printf' undeclared (first use this function)
150941_0_9714.cpp: In function `double closest(Point*, Point*, Point*, int, int)':
150941_0_9714.cpp:74: error: `fabs' undeclared (first use this function)
150941_0_9714.cpp: In function `double dis(Point, Point)':
150941_0_9714.cpp:90: error: `sqrt' undeclared (first use this function)
150941_0_9714.cpp: In function `int merge(Point*, Point*, int, int, int)':
150941_0_9714.cpp:107: error: `memcpy' undeclared (first use this function)
150941_0_9714.cpp: In function `int cmp_x(const void*, const void*)':
150941_0_9714.cpp:116: error: `fabs' undeclared (first use this function)
150941_0_9714.cpp: In function `int cmp_y(const void*, const void*)':
150941_0_9714.cpp:127: error: `fabs' undeclared (first use this function)
|