N = int(input()) x = '' for _ in range(N): x += input() print(x)