第20790题 单选
求给定C++代码的时间复杂度

本题基于上一题给出的配套C++代码,求解该代码的时间复杂度。

A

O(n²)

B

O(nlogn)

C

O(nloglogn)

D

O(n)

提交0次 正确率0.00%
答案解析