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

Автор FreeHit, история, 20 месяцев назад, По-английски

I want to code A. Get together with approach by limiting value of f(t) ? but i cant get through it ? can i use sweep line algorithm.... after limiting value?and how to code it?here is link to question https://codeforces.com/edu/course/2/lesson/6/3/practice/contest/285083/problem/A

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

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

You can binary search on the answer, and maintain a segment that everyone can reach. If the segment is non-empty then the value is ok.