import sys a, b = sys.stdin.read().strip().split(" ") a, b = int(a), int(b) print a+b