The input consists of multiple datasets, each in the following format.
n
x1 y1
⋮
xn yn
n is the number of the vertices of the emblem, an integer between 3 and 200, inclusive.
(xi, yi) gives the coordinates of the i-th vertex in the right-hand coordinate system (i = 1, …, n).
Each of xi and yi is an integer between −10000 and 10000, inclusive.
Any two vertices have different coordinates.
The vertices are listed in a counterclockwise order.
Any two edges of the emblem do not have a common point other than their connecting vertex.
For each vertex, the angle of the two edges is not 180 degrees.
The end of the input is indicated by a line consisting of a zero. The input consists of at most 500 datasets.
For each dataset, output in a line Yes
if a convex polygon can be constructed, and No
, otherwise.