竞赛
考级
zsy
n = int(input()) l = [] for _ in range(n): i = int(input()) l.append(i) print(sum(l))
138****3374
提交答案之后,这里将显示提交结果~