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