Run ID:151595
提交时间:2026-04-15 17:06:24
def fun(a) a=int(input()) s=0 for i in range(1,a+1) s=s+i print(s)