please help me with runtime error in lunchtime problem MATCH2.

I think this and this solution is similar. But one gives correct answer and other gives RE. can someone explain the reason behind this? (RE is due to assert() statement and if I remove that then it shows TLE and sometimes RE).se

1 Like

I am also facing this issue - random behaviour.

@admin same solution is giving different verdicts. CodeChef: Practical coding for everyone CodeChef: Practical coding for everyone please check i submitted it during contest but got only partial points … please look into this before next long challenge .

i am also facing similar behaviour…

did you got the mistake?

@vijju123 can you please find the mistake? I think this happen because of iterator of set becoming invalid (on erase) (actually i’m thinking that once we erase an element the iterator of the next element is different (not it++) or something like that. Can you please clear the doubt.)

@issue resolved, try to resubmit your solutions