题库 C++/C语言题库 题目列表 下⾯的C++代码实现对list的快速排序,有关说法,错误...
单选题

下⾯的C++代码实现对list的快速排序,有关说法,错误的是(     )。

A.

qSort(less) + qSort(greater) + (vector<int>)pivot

B.

(vector<int>)pivot + (qSort(less) + qSort(greater))

C.

(qSort(less) + (vector<int>)pivot + qSort(greater))

D.

qSort(less) + pivot + qSort(greater)

题目信息
C++语言等级考试真题 2023年 五级 选择题
-
正确率
0
评论
184
点击