Cow curling is a popular cold-weather sport played in the Moolympics. Like regular curling, the sport involves two teams, each of which slides N heavy stones (3 <= N <= 50,000) across a sheet of ice. At the end of the game, there are 2N stones on the ice, each located at a distinct 2D point. Scoring in the cow version of curling is a bit curious, however. A stone is said to be "captured" if it is contained inside a triangle whose corners are stones owned by the opponent (a stone on the boundary of such a triangle also counts as being captured). The score for a team is the number of opponent stones that are captured. Please help compute the final score of a cow curling match, given the locations of all 2N stones.
给二维平面n个白点和n个黑点,定义一个点被捕获是在另外一种颜色的某三个点组成的三角形内部(包括边界),问被捕获的黑白点各有多少