bool hset[1000001]={false};
/** Initialize your data structure here. */
/** Returns true if this set contains the specified element */
* Your MyHashSet object will be instantiated and called as such:
* MyHashSet* obj = new MyHashSet();
* bool param_3 = obj->contains(key);