Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Why this happened?

Revision en1, by NM_Mehedy, 2021-06-26 13:55:48

To solve this problem, I used biteset. The size of the bitset should be at least $$$10^4$$$. I used $$$10$$$ so that it's easy to debug. At the end I forgot that the size of bitest should be changed and submitted this code.The Verdict should be Wrong Answer/ Run time error. But it got Accepted.

Does anyone know the reason behind this?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English NM_Mehedy 2021-06-26 13:55:48 581 Initial revision (published)