0_0_8855298_19397.cpp:1: error: `import' does not name a type
0_0_8855298_19397.cpp:2: error: `import' does not name a type
0_0_8855298_19397.cpp:3: error: `import' does not name a type
0_0_8855298_19397.cpp:5: error: expected unqualified-id before "public"
0_0_8855298_19397.cpp:5: error: expected `,' or `;' before "public"
0_0_8855298_19397.cpp:50: error: expected `:' before "static"
0_0_8855298_19397.cpp:50: error: expected `,' or `...' before "o"
0_0_8855298_19397.cpp:57: error: expected `:' before "static"
0_0_8855298_19397.cpp:57: error: expected `,' or `...' before "o"
0_0_8855298_19397.cpp:72: error: expected `:' before "static"
0_0_8855298_19397.cpp: In static member function `static void Qsort::quiteSort(double*)':
0_0_8855298_19397.cpp:51: error: `low' undeclared (first use this function)
0_0_8855298_19397.cpp:51: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8855298_19397.cpp:51: error: `hight' undeclared (first use this function)
0_0_8855298_19397.cpp:52: error: `o' undeclared (first use this function)
0_0_8855298_19397.cpp: In static member function `static int Qsort::adjust(double*)':
0_0_8855298_19397.cpp:58: error: `o' undeclared (first use this function)
0_0_8855298_19397.cpp:58: error: `low' undeclared (first use this function)
0_0_8855298_19397.cpp:59: error: `hight' undeclared (first use this function)
0_0_8855298_19397.cpp: At global scope:
0_0_8855298_19397.cpp:74: error: expected unqualified-id at end of input
0_0_8855298_19397.cpp:74: error: expected `,' or `;' at end of input
|