Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of legendlee

legendlee

legendlee has asked 5 questions and find answers to 1 problems.

Stats

38
EtPoint
2
Vote count
5
questions
1
answers

About

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!";
}