[Problem](https://uva.onlinejudge.org/external/1/109.html) ↵
↵
[My solution](http://pastebin.com/4Bq5ipfC)↵
First make a convex hull , then check is missile inside the convex polygon? ↵
if yes then add with the answer . I check random case in udebug , but its work fine ! ↵
↵
↵
Getting WA , but why ?
↵
[My solution](http://pastebin.com/4Bq5ipfC)↵
First make a convex hull , then check is missile inside the convex polygon? ↵
if yes then add with the answer . I check random case in udebug , but its work fine ! ↵
↵
↵
Getting WA , but why ?