N = int(input()) S = "" for i in range(N): K = input() S += K print(S)