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