20222201 - 分苹果

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

s=s+i

print(s)