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

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

Hi, This is my code for this problem==>

https://www.spoj.com/problems/AGGRCOW/

code==> 54722487

I don't know why this doesn't return the correct answer please help!

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

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

may be because it is wrong task??

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

for example, if l=1 and r=3, m=2 — true
After this l=2 and r=3
But answer can be 3, so you have to check r as an answer after bin search before printing the answer — r can also be the answer.

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

There are multiple bugs in your code.

Silly #1
Silly #2
Binary Search