Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
132457 6倪葭轩 18离开队伍后的人 Python3 Accepted 57 MS 3756 KB 118 2025-10-08 14:23:16

Tests(10/10):


Code:

n = int(input()) b = list(map(int, input().split())) c = int(input()) b.pop(c-1) print(' '.join(map(str,b)))