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

What's the error? (Codeforces Round #842 -Problem-C)

Revision en3, by Raks_splunk, 2023-01-06 15:52:19

Link for the code:

https://cl1p.net/code

Used min heap priority queue to store the missing numbers from the given array and a map to store the numbers which are repeated more than once.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Raks_splunk 2023-01-06 15:52:19 2
en2 English Raks_splunk 2023-01-06 15:46:34 1611
en1 English Raks_splunk 2023-01-06 15:44:57 1829 Initial revision (published)