a=int(input()) for i in range(a): print(input(), end='') print()