Diferente pentru blog/cpp11 intre reviziile #35 si #36
Nu exista diferente intre titluri.
Diferente intre continut:
using namespace std;
// Some user defined constants used for hashing.
// Some user defined magic constants used for hashing.
const int B = 31; const int MOD = 666013;
return value; } };
...
unordered_set<vector<int>, myhash> s;
vector<int> v = {1, 2, 3};
s.insert(v);
...
==
