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