Raks_splunk's blog

By Raks_splunk, history, 16 months ago, In English

Getting this error when submitting the solution: https://mirror.codeforces.com/contest/1713/submission/189032860

VScode gives the correct answer without any errors. Is there any way I can fix this?

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By Raks_splunk, history, 16 months ago, In English

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.

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it