Run ID:95156
提交时间:2024-10-27 08:59:01
n,m=map(int,input().split()) s=0 for x in range(n,m+1): s=s+x print(s)