Run ID:96081

提交时间:2024-11-03 08:40:17

n = int(input()) a = 1 b = 0 for _ in range(a): b = b + a a = a + 1 print(b)