import sys import math A=int(input()) B=int(input()) print(A+B)