【例51.1】 删除元素
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.
说明
把一个数组的第个位置的元素删除掉。
输入格式
有三行
第一行有一个整数( );
第二行有个整数;
第三行有一个整数,为要删除的位置。
输出格式
更新后的数组。
样例
5
1 2 3 4 5
3
1 2 4 5
2024/03/10C++13:00~15:00(杨)班级作业
- Status
- Done
- Problem
- 4
- Open Since
- 2024-3-10 0:00
- Deadline
- 2024-3-18 23:59
- Extension
- 24 hour(s)