提交时间:2025-04-05 19:15:41

运行 ID: 316106

m,n=map(int,input().split()) s=0 for i in range(m,n+1): if i%2==1: s+=i print(s)