注意:此页面搜索的是所有试题
题目内容
(南阳师范学院-计算机网络技术)
下面程序段中带有下划线的语句执行次数的量级是【 】。
i=n*n
while (i!=1)
i=i/2;
i=n*n
while (i!=1)
i=i/2;
参考答案