Run ID:89599

提交时间:2024-08-25 15:24:41

while 1: n = int(input()) m = (1 + n)*n//2 print(m)