第28483题 单选题
下列哪个自定义比较函数可以正确用于C++ STL std::sort对整数vector进行排序?

C++标准库的std::sort算法要求传入的比较函数必须满足严格弱序规则,以下四个选项为自定义的比较函数实现,其中可以正确用于std::sort的是?

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析