阅读程序(2)
第7-12题 组合题
假设输入的n是不超过1000000的自然数,完成下面的判断题和单选题:
.solve1(n)的时间复杂度为()。
0(n log2 n)
0(n)
0(n logn)
0(nloglogn)