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