2360's blog

By 2360, history, 9 years ago, In English

I'm trying to solve this problem on LightOJ. What i've done is to calculate the total perimeter of the hull points and then add the additional curved portion as (pi-theta)*r [from picture below]

But i'm getting wrong answer. Is my approach wrong?

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I think the solution is the perimeter of Convex Hull + perimeter of the circunference of ratio d. Because all curved portions form a circunference. The proof is easy, only show that the sum of all theta is 2*pi.