N = int(input()) s = str() for i in range(N): s += input() print(s)