N = input() item = "" for i in range(int(N)): content = input() item += content print(item)