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