定义 set<int> lookup; int r = lookup.count(element) 返回值为该集合中element的数量 由于 set中元素唯一 因此 返回值只有两种 r=1或者 r=0