Run ID:132454

提交时间:2025-10-08 14:12:44

n = int(input()) b = list(map(int, input().split())) c = int(input()) b.insert(0, c) print(' '.join(map(str, b)))