pub fn closest_pair( ps: Vec<VectorInt>, ) -> Option<((usize, VectorInt), (usize, VectorInt))>
最近点対を求める。