提交时间:2025-04-05 15:44:26

运行 ID: 316019

a,b = map(int,input().split()) b+=1 k=0 for i in range(a, b): if i%2 == 1: k+=i print(k)