Runtime error(SIGSEGV) for COT2

Revision en2, by Dazzler, 2017-09-01 15:19:56

I was trying to solve problem. In this problem, the constraint for weight is not given. So i assumed it to be less than 1000000 and solved it accordingly. Here is my code. But it is giving RE. I have wasted a whole day to rectify it but i couldn't. Please someone help me. EDIT: I used set in place of array to store weight. So, there should not be any case of overflow.But still getting RE with code.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Dazzler 2017-09-01 15:19:56 163
en1 English Dazzler 2017-09-01 02:51:42 371 Initial revision (published)