import sys for l in sys.stdin: a, b = l.split() print(int(a) + int(b))