a, b = list(map(int, input().split())) str1 = input() print(str(a + b), + str1 )