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
submission ID 81907565 (CodeChef | Competitive Programming | Participate & Learn) 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 | Competitive Programming | Participate & Learn . I’ve checked 3 and found 2 codes which were giving wrong answer. Please look into this.
81969334 CodeChef | Competitive Programming | Participate & Learn 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
admin
#7
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 | Competitive Programming | Participate & Learn
Rank 3: CodeChef | Competitive Programming | Participate & Learn
Rank 4: CodeChef | Competitive Programming | Participate & Learn