12345
vector<int> v(100, 0); sort(v.begin(), v.end(), [](const int& a, const int& b) { return a >= b; });