Run ID:93291
提交时间:2024-10-13 09:50:07
n,m=input().split() n=int(n) m=int(m) s=0 for x in range(n,m+1): s=s+x print(s)