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