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

Автор death_bringer, история, 2 года назад, По-английски

Hi, codeforces, Getting straight to the point my submission 143634261 failed at system testing and gave me a runtime error at test case 14. I tried searching about it but the only useful resource I was able to find is this blog but my code can't go beyond the limit and can't go negative. So, please help me.

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

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
Your comparator is fishy:

If a = {1, 2} and b = {1, 2}, then both cmp(a, b) and cmp(b, a) return true.