摘要:
A. Insert 模拟 代码实现 n, k, x = map(int, input().split()) a = list(map(int, input().split())) a.insert(k, x) print(*a) B. Intersection of Cuboids 模拟 代码实现 阅读全文
posted @ 2024-07-06 23:34
V_Melville
阅读(101)
评论(0)
推荐(0)
浙公网安备 33010602011771号