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

Правка en3, от 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.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский Raks_splunk 2023-01-06 15:52:19 2
en2 Английский Raks_splunk 2023-01-06 15:46:34 1611
en1 Английский Raks_splunk 2023-01-06 15:44:57 1829 Initial revision (published)