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