is the operation of initializing slower than the operation of summing integers? how much slower exactly?

后端 未结 0 510
别那么骄傲
别那么骄傲 2021-01-22 00:23

I need this for my program to run faster: here we have:

sum = number1 + number2; while(--n<3) arr[l++]=sum }

and also:

while(--n<3)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题