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