N = int(input()) word = '' for i in range(N): word = word + input() print(word)