提交时间:2025-04-12 13:29:00

运行 ID: 317304

n=int(input()) a=list(map(int,input().split())) s=0 for i in a: s+=i print(s)