提交时间:2025-04-12 13:28:12

运行 ID: 317303

n=int(input()) a=list(map(int,input().split())) for i in a: print(i,end=" ")