【单选题】阅读下面的程序,其时间复杂度的正确计算方法为_________。 int index = 5; int condition=1; if (condition==1) then index++; else index--; for i = 1 to 100 for j = 1 to 200 index=index+2;
【判断题】贴脸板的主要作用是盖住门窗框与抹灰之间的缝隙。()
【单选题】阅读下面的程序,其时间复杂度为_________? int index = 5; int condition=1; if (condition==1) then index++; else index--; for i = 1 to 100 for j = 1 to 200 index=index+2;