Е
Size: a a a
Е
Q
ПК
for (it2=temp2.WordCard.begin();it2!=temp2.WordCard.end() ; it2++)
for (map<string,string>::iterator it2=temp2.WordCard.begin();it2!=temp2.WordCard.end() ; it2++)
Е
std::map<std::string,std::string>::const_iterator
Q
Е
ПК
Q
Q
LA
Е
Е
Q
Е
Q
t
Q
Е
bool DelPair(const string& word)
{
map<string,string>::iterator it;
it=WordCard.find(word);
if(it->first==word)
return false;
else
return true;
}
return WordCard.count(word);
t
Е
bool DelPair(const string& word)
{
map<string,string>::iterator it;
it=WordCard.find(word);
if(it->first==word)
return false;
else
return true;
}
return WordCard.count(word);