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