반응형
num = int(input())
list = list(map(int, input().split()))
for i in range(2) :
    for j in list :
        print(j)
반응형

+ Recent posts