sum = list(map(int,(input()).split(' '))) text = input() print((sum[0] + sum[1]), text)