ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 2080. Wallet

Anti-hash
Posted by Sergey Slotin 27 Aug 2016 23:18
Don't use std::unordered_set as a hash table in C++. There is a test against it, so you'd better use your own hash table or use std::bitset.