Run ID:114861

提交时间:2025-03-23 20:19:29

T = int(input()) a = list(map(int, input().split())) print(''.join(chr(x) for x in a))