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

Автор SuperMo, история, 36 часов назад, По-английски

in problem F the binary search approach why is this equation wrong with large numbers but it works with small numbers

number of time we use current attack = ceil(mid/(c[i]+1))

Update : it's because of the cool down you don't need to wait c[i] round to hit again you actually wait c[i]-1 round so ceil(mid/c[i]) is correct

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

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