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