Test Case Missing

Hello @admin @iceknight1093 @tabr @onlyerror

In yesterday contest starter 68 the problem Interesting Array have one test case is missing i.e when for n=2 if both the number are same.

This submission ID 82023787 got Accepted but here for n=2 when both number are same it giving wrong output.

2 Likes

Thanks for reporting.

1 Like

submission ID 81907565 (CodeChef: Practical coding for everyone) gives wrong answer for the test case where n=2 and both of them are equal. Please add that test case and verify all the solutions again.

81911309 too. CodeChef: Practical coding for everyone . I’ve checked 3 and found 2 codes which were giving wrong answer. Please look into this.

81919799 CodeChef: Practical coding for everyone 3 codes failed in 4. Wow

81969334 CodeChef: Practical coding for everyone Half the codes failed the test case. Sincere request to add the test case 1 2 x x and revaluate all the solutions. @admin @iceknight1093 @tabr @onlyerror

1 Like

No, there will be no rejudging after the contest is over.

@admin Following test case missing:

Input:
1
5
1 1 1 3 3

Expected Output:
1 3 1 3 1

Some of the top rankers solution’s link which are giving wrong output - Div D
Rank 1: CodeChef: Practical coding for everyone
Rank 3: CodeChef: Practical coding for everyone
Rank 4: CodeChef: Practical coding for everyone