SyntaxFix
Write A Post
Hire A Developer
Questions
bool comp(int i, int j) { return i > j; } sort(numbers.begin(), numbers.end(), comp);