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