提交时间:2026-03-12 19:12:42

运行 ID: 431803

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