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