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

Автор LaFuckinGioconda, история, 8 лет назад, По-английски

Hi, I need help with this code, it gives me RuntimeError but i can't figure out why!? 21860477

Thanks in advance.

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

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

brother in your code you are using last[v[i]] = i; here range of v[i] is from 0 to 10^9 which will surely given you an index out of bound error. use map instead of array to declare last .:)