a, b = map(int, input().split()) if (1 <= b < a <= 300): x = a + b print(x)