number = int(input()) str = '' for s in number: str += str(input()) print(str)