Why rank verification does not work for the Mail.ru problem — c ?

Revision en1, by __Joker, 2018-10-19 07:59:43

Please find my solution at : http://codeforces.net/contest/1054/submission/44512450

The algorithm I am following is this,

for each student, find out how many student have more chocolates than him, by adding l[i] and r[i].

This basically gives the standard competition ranking. see[1].

Next step is I am simply verifying if the ranking I am getting is a standard competition ranking.

And chocolate distribution is (n-rank[i])

My solution is failing on test case 6. And I am not able to download the whole test case( it is big).

Any body will be kind enough to point out what I am doing wrong ?

[1]. https://en.wikipedia.org/wiki/Ranking#Standard_competition_ranking_(%221224%22_ranking)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English __Joker 2018-10-19 07:59:43 786 Initial revision (published)