Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 動態數據結構
动态数组:向量
Module:
动态数组:向量
Problem
3
/8
按条件插入
Problem
给定一个包含 N 个大于 1 的正元素的数组 (2<=N<=100)。在
a
的倍数的所有元素前插入
a
值
输入:
第一行,N为数组元素个数
第二行包含数字a
第三行包含N个数——数组元素的值
输出
:
将结果数组输出为字符串
例子:
输入
5
2
43 50 76 84 100
输出
43 2 50 2 76 2 84 2 100
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary