Types: n: int, x: List[int], y: List[int]
Ranges: 3 ≤ n ≤ 100, 0 ≤ x[i], y[i] ≤ 10000
Addtl Info: The input consists of multiple datasets. The last dataset is followed by a line containing a single zero. The polygon is convex and simple.