sum = 0
x = 0
n=1
while True:
x = x + 1
if x > 100:
break
while x=2n:
n=n+1
continue
if n>50:
sum=sum+x
print sum
慕运维6514616
相关分类