s = [input() for s in range (3)] answer = s[0] + s[1] print(answer) print(s[2])