提交时间:2025-02-28 16:35:27
运行 ID: 310208
n,m=map(int,input().split()) s=0 for i in range(n,m+1,1): s=s+i print(s)