Run ID:139997
提交时间:2025-12-13 14:08:36
a = [] try: while True: b = int(input()) a.append(sum(range(1,b+1))) except: for j in a: print(j)