1200: 【C++】数组元素删除
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:48
Solved:18
Description
A数组存放从1开始的10个奇数,删除A数组中第n个元素,n从键盘输入,其余数据依次往前平移一个位置。
Input
一个数
Output
9个自然数,占四位场宽
Sample Input Copy
1
Sample Output Copy
3 5 7 9 11 13 15 17 19