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