Problem E: 选择题

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:162 Solved:87

Description

()的平均复杂度为O(nlogn) , 其中n是待排序的元素个数。
A.插入排序   B.冒泡排序   C.快速排序   D.基数排序

Output

#include<bits/stdc++.h>
using namespace std;
int main(){

    cout << "答案";
    return 0;
}

Sample Input Copy


Sample Output Copy