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

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

I have tried solving this http://www.codechef.com/problems/CHEFD/ problem using sqrt decomposition technique,but im getting AC for some cases and wrong answer for some cases......Can anyone discuss your idea using sqrt decomposition method for this problem,thanks......

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

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

Auto comment: topic has been updated by rahulnagurtha (previous revision, new revision, compare).

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

Do you already read the editorial?

Link: http://discuss.codechef.com/questions/51848/chefd-editorial

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

There is actually a cute way to solve the problem by processing the queries in reverse order and using segment trees/bit to keep how many times a value has been divided with on a certain position.

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

Auto comment: topic has been updated by rahulnagurtha (previous revision, new revision, compare).