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