n=36
s=0
for i in range(n):
j=9
num[j]+=1
while num[j]==2:
num[j]=0
j-=1
for i in range(10):
s+=num[i]
print(s)
执行此代码后,变量s的值为( )