N = int(input()) S = [str(input()) for i in range(N)] moji = '' for i in S: moji = moji + i print(moji)