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