Types: n: int, vx: int, vy: int, xi: int, yi: int
Ranges: 3 ≤ n ≤ 100, -10000 ≤ vx, vy ≤ 10000, vx^2 + vy^2 > 0, 0 ≤ xi, yi ≤ 10000
Addtl Info: Input is terminated by a line with a zero that should not be processed.