Run ID:132455

提交时间:2025-10-08 14:18:40

n = int(input()) b = list(map(int, input().split())) c = int(input()) b.remove(c) print(b)