Run ID:95155

提交时间:2024-10-27 08:58:05

n,m=map(int,input().split()) s=0 for x in range(n,m): s=s+x print(s)