0_0_8628510_11505.cpp:1:9: #include expects "FILENAME" or <FILENAME>
0_0_8628510_11505.cpp:2:9: #include expects "FILENAME" or <FILENAME>
0_0_8628510_11505.cpp:3:9: #include expects "FILENAME" or <FILENAME>
0_0_8628510_11505.cpp: In function `int compare(const void*, const void*)':
0_0_8628510_11505.cpp:6: error: `abs' undeclared (first use this function)
0_0_8628510_11505.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8628510_11505.cpp: In function `int main()':
0_0_8628510_11505.cpp:12: error: `scanf' undeclared (first use this function)
0_0_8628510_11505.cpp:18: error: expected `;' before "scanf"
0_0_8628510_11505.cpp:18: error: expected `)' before ';' token
0_0_8628510_11505.cpp:21: error: `qsort' undeclared (first use this function)
0_0_8628510_11505.cpp:23: error: `printf' undeclared (first use this function)
0_0_8628510_11505.cpp:25: error: expected `;' before "printf"
0_0_8628510_11505.cpp:25: error: expected `)' before ';' token
|