[UVA] 10585 - Center of symmetry
Problem E: Center of symmetry
Given is a set of n points with integer coordinates. Your task is
to decide whether the set has a center of symmetry.
A set of points S has the center of symmetry if there exists
a point s (not necessarily in S) such that for every p...