def sri(d,v):
    print(d+v)
a=int(input())
b=int(input())
sri(a,b)