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