count = int(input()) out = '' for n in range(count): out += input() print(out)