• + 0 comments

    This code will fail the test. This is the fix:

    for (int i = 0; i < n; i++) { Console.Write(array[i]+" "); }

    Console.WriteLine();