#41268: python


suyueh (suyueh)


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