Problem F Yesterday contest
Разница между en3 и en4, 148 символ(ов) изменены
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↵







 ↵

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский SuperMo 2024-06-12 11:33:20 148
en3 Английский SuperMo 2024-06-12 10:05:44 2 Tiny change: '`ceil(mid/c[i]+1)`\n\n\n\n' -> '`ceil(mid/(c[i]+1))`\n\n\n\n'
en2 Английский SuperMo 2024-06-12 10:05:24 26
en1 Английский SuperMo 2024-06-12 10:04:33 236 Initial revision (published)