提交时间:2025-01-03 16:41:17

运行 ID: 307299

n = int(input()) s=0 for i in range(1,n+1,1):# s+=i print(s)