S = '' for i in range(int(input())): S += input() print(S)