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