Weak test cases during CF round 664 problem C

Revision en1, by Austere7, 2020-08-14 08:22:53

In the contest my code passed the pretests and i have been rated accordingly but afterwards again submitting the same sol, my code fails ....when i check for the test case it is authentic and logic should fail, but the test case 32&33 was not their in contest pretest , it was added after the contest was over..Hence degrade the authenticity of contest and it's parity...if it was a hacked test case added by someone accordingly it should be reflected on everyone's, making it a really fair game.

One of the test case that fails

3 2

3 10 128

130 137

for this the correct ans is 130 but my code gives 131.

but it passes all the pretests in contest and accepted. if needed i will show my code.

Tags #brute force, #sorting, #data structure

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Austere7 2020-08-14 08:22:53 759 Initial revision (published)