profile image

L o a d i n g . . .

1
N= int(input())

sum=0

for i in range(N):
  sum+=i+1

print(sum)
cs

 

 

 

복사했습니다!