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