Druckelemente von ungeordnetem Satz c
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);
}