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