搜索资源列表
ID
- 身份证的奥秘:输入n组身份证号码,第一行为个数,以后每行为身份证号码。如果输入的身份证号码为15位,则将其升级为18位后显示输出;否则判断其是否为合法身份证号,并逐行输出。 测试输入 期待的输出 测试用例 1 1. 4? 2. 350622197904130331? 3. 11010519491231002X? 4. 110105491231002? 5. 110105491231996? 1. Invalid? 2. Valid? 3. 110105
the_sum_of_prime
- 统计所有小于等于n的素数个数,素数的个数作为函数值返回。-Sum of primes
sy_c
- 给出N个数.把这些数从大到小输出显示 有详细说明-failed to translate
1
- 1. 编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。
data105
- 将N(1< = N < = 200000)个整数小到大连续编号,相同的数应具有相同的编号。并按这N个数输入时的顺序输出它们的编号序列。例如,设输入数据为 5 3 4 7 3 5 6,则输出数据为3 1 2 5 1 3 4。-The N (1 < = N < = 200000) months consecutive integer number of small to large, the same number should have the same number. N num
Orderedtree
- 输入整数n,输出n个数组成的排列树的组合。-Enter integer n, output n number of trees formed a combination arrangement.
ArraySubAtAdd
- 有两个数组a,b,大小都为n,数组元素的值任意,无序; 要求:通过交换a,b中的元素,使数组a元素的和与数组b元素的和之间的差最小-There are two arrays a, b, large and small for n, the value of the element array of arbitrary and disorderly requirements: through the exchange of a, b of elements to the array a elem
ArraySubAtAdd
- 有两个数组a,b,大小都为n,数组元素的值任意,无序; 要求:通过交换a,b中的元素,使数组a元素的和与数组b元素的和之间的差最小-There are two arrays a, b, large and small for n, the value of the element array of arbitrary and disorderly requirements: through the exchange of a, b of elements to the array a elem