Run ID:119847

提交时间:2025-05-19 21:29:22

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