Run ID:144433

提交时间:2026-01-22 18:18:19

n,m=input().split() n=int(n) m=int(m) a=0 for i in range(n,m+1): a=a+i print(a)