Correct output is shown incorrect in checker log due to wrong reason.

Revision en1, by Mohammad7892, 2020-12-18 16:06:53

Link to the problem

My submission

In checker log it is showing that wrong answer 2 * (sum |ai-bi|) > sum ai (test case 7) but in test case 7 according to my output 2 * (sum |ai-bi|) is equal to 70 and sum ai is equal to 137 and clearly 2 * (sum |ai-bi|) < sum ai and my output is satisfying all the conditions then also it is showing it is wrong due to some reason which is completely wrong. How to resolve this issue?

Tags c++ error, #educational contest, c++ 17

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Mohammad7892 2020-12-18 16:06:53 613 Initial revision (published)