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

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

Hello all,

I'm trying to solve this problem.

The correct output for the following test case (according to IO files) is "Unfair" but I can't figure out why. Could someone help?

Test case:

5
0 0
1 0
2 1
3 0
3 -1
  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

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

In the definition of unfair path, take t1 = (1.5, 0.5), t2 = (2, 1), t3 = (3,  - 1).