std::string ChinaGov::run(std::vector &people) { for (std::vector::iterator it = people.begin(); it != people.end(); it++) { if (it->isPoor()) this->makeYouSilent(*it); }
return "We are all rich!"; }