T=int(input()) nums=input().split() a=[] while nums: a+=nums nums=input().split() a=[chr(int(x))for x in a] print("".join(a))