B.py 73 B

123
  1. while True:
  2. a, b = map(int, input().strip().split())
  3. print(a+b)