f=lambda:map(int,input().split()) a,b=f() print(a+b)