传统题 1000ms 256MiB

数组元素的插入

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

在一个数组的第 xx 个位置插入一个新的数 yy

输入格式

有四行

第一行有一个整数 nn

第二行有 nn 个整数

第三行有一个整数 xx,为要插入的位置

第四行有一个整数 yy,为要插入的整数

输出格式

更新后的数组

5
7 2 3 4 5
2
9
7 9 2 3 4 5

数据范围

5n105 \le n \le 10

一维数组作业

未认领
状态
已结束
题目
14
开始时间
2023-12-3 0:00
截止时间
2023-12-31 23:59
可延期
24 小时