i=1:j=10:temp=a(5)
Do While a(j) >temp
j=j-1
Loop
Do While a(i) <temp
i=i+1
Loop
temp=a(i):a(i)=a(j):a(j)=temp
数组元素a(1)到a(10)的值依次为“36 91 36 17 93 99 29 97 97 96”,执行该程序段后,a(5)的值为( )
下列说法正确的是( )
最适宜运动心率=(220-年龄数-安静心率)×(60%~80%)+安静心率
low=(220-①-②)*0.6+②
high=(220-①-②)*0.8+②
print(low, high)
代码中的①: ②:
在“封面”图层第一帧不能直接创建图形元件的实例,原因是( )