t = int(input()) ret = '' for _ in range(t): c = input() ret += c print(ret)