A.py 52 B

12
  1. a, b = map(int, input().strip().split())
  2. print(a+b)