Run ID:132456
提交时间:2025-10-08 14:22:41
n = int(input()) b = list(map(int, input().split())) c = int(input()) b.remove(c) print(' '.join(map(str,b)))