x, y = [int(x) for x in input().split()] print(x+y)