F.py 81 B

123
  1. while True:
  2. s = list(map(int, input().strip().split()))
  3. print(sum(s[1:]))