def sdas():
    a=int(input())
    b=int(input())
    c=int(a+b)
    return(c)

print(sdas())