Run ID:132457
提交时间:2025-10-08 14:23:16
n = int(input()) b = list(map(int, input().split())) c = int(input()) b.pop(c-1) print(' '.join(map(str,b)))