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

Автор miniCoderS, история, 3 года назад, По-английски

can someone give any hint how to approach https://cses.fi/problemset/task/2169 this problem ? I've tried sorting the starting points and the ending points and tried to observe if somehow I can merge them , but couldn't find any way . Will some special data structure need for this problem ?

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

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

I have solved this problem yesterday.

Hint1
Hint2
Hint3