- Time limit: 2.50 s
- Memory limit: 100 MB
Implement a data structure that has better performance than std::unordered_set when insertions and queries may not be interleaved.
Implement a data structure that has better performance than std::unordered_set when insertions and queries may not be interleaved.