Блог пользователя Raks_splunk

Автор Raks_splunk, история, 16 месяцев назад, По-английски

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

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

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

Автор Raks_splunk, история, 16 месяцев назад, По-английски

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.

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится