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

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

Hi, I'm working on http://codeforces.net/contest/580/problem/B and getting WA on test 7.
This is my code: http://ideone.com/IlboLx
I read the tutorial and it made sense, I'm just using upper_bound() instead of my own binary search.
Any hint on the bug would be great. Thanks!

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

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

Oops I just realized the answer could overflow int. That fixed it.