N=int(input()) ANS="" for i in range(N): S=input() ANS+=S print(ANS)