Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

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

here is the problem
it's really an interesting problem but just a few people have solved it
I came up with o(n^2 * log2(n)) solution (using dp and segment tree)
it could pass only 40% of test cases
someone told me it could be solved using convex hull trick
so please explain your solution
thanks in advance

the problem
  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

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

This problem is from coci 2011-2012 contest 3
You can find the solution here link