前言
二、使用步骤 1.引入库
总结代码如下(示例):
import math
n=int(input())
m=list(map(int,input().split()))
c=[]
c.append(m[0])
f=int((math.log(n+1,2))+1)
if n==1:
print(1)
for i in range(0,f):
a=m[(2i)+1:2(i+1)]
b=sum(a)
c.append(b)
d=max©
e=c.index(d)
print(e)
提示:这里对文章进行总结:
新手写法,懒得优化,请赐教
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)