Run ID:72340

提交时间:2024-05-04 20:18:05

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