diff --git a/sorting/count_inversions.cpp b/sorting/count_inversions.cpp index e1337c7c8..5369600e6 100644 --- a/sorting/count_inversions.cpp +++ b/sorting/count_inversions.cpp @@ -227,7 +227,7 @@ static void test() { // template // static void body() { // // Input your own sequence -// uint64_t size; +// uint64_t size; // T input; // std::cout << "Enter number of elements:"; // std::cin >> size; @@ -264,7 +264,7 @@ static void test() { * @returns 0 on exit */ int main() { - test(); // Run test implementations + test(); // Run test implementations // body(); // test your own array return 0; }