竞赛
考级
zsy
n = int(input()) l = [] for _ in range(n): i = int(input()) l.append(i) print(sum(l))
138****3374