I am getting wrong answer error in problem-160A-TWINS

Revision en2, by halo, 2015-06-20 14:01:25

Here is my submission 11680825

I am basically comparing the sum of the elements one-by-one to the sum of the leftover elements in a sorted vector.

Tags c++, 116

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English halo 2015-06-20 14:01:25 20 Tiny change: 'r elements' -> 'r elements in a sorted vector.'
en1 English halo 2015-06-20 14:00:33 204 Initial revision (published)