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