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