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