单项选择题

阅读下面的程序,其时间复杂度为_________?

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;

A.O(1)
B.O(n*log n)
C.O(n)
D.
微信扫码免费搜题