n=int(input()) s="" for i in range(n): t=input() s=s+t print(s)