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