Run ID:93262

提交时间:2024-10-13 09:23:47

n=int(input()) s=0 for x in range(1,n+1): s=s+x print(s)