elemen cetak set yang tidak tertib
unordered_set<int> hash;
for (auto const &i: hash) {
printf("%d ",i);
}
Hurt Hawk
unordered_set<int> hash;
for (auto const &i: hash) {
printf("%d ",i);
}