A. Output the area of the largest convex polygon that is contained in. B, however it is not the largest such polygon.
You are given two convex polygon, A A and B B such that B B is strictly contained in A A. Output the area of the largest convex polygon that is contained in A A but do not have a common point with B B. In the given example, the blue polygon is A A and the green one is B B. The red polygon is a valid polygon that is in A A but not in B B, however it is not the largest such polygon.
(图片来源网络,侵删)