提交时间:2025-04-05 20:14:49

运行 ID: 316152

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