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