Help needed for SPOJ problem CNTPRIME

Revision en2, by embiway, 2020-04-25 15:43:16

Can anyone please help me debug my code for the problem CNTPRIME.

I literally tried everything in my arsenal from changing vectors into arrays , using fast I/O , etc.. I tried to compare my solution against accepted solutions from the internet by checking the outputs against random inputs but the effort went in vain as it only shows WA for sufficiently large tests which I could not use to infer anything :(

Please take some time to look into my code and enlighten me. Thanking in anticipation :)

Tags spoj, #segment tree, #lazy propagation

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English embiway 2020-04-25 15:43:16 6 Tiny change: ' shows WA but sufficien' -> ' shows WA for sufficien'
en1 English embiway 2020-04-25 15:42:16 614 Initial revision (published)