fork download
  1. print(sum(map(int, map(input, [''] * int(input())))))
Success #stdin #stdout 0.02s 9936KB
stdin
3
10
22
68
stdout
100