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