1 8
1123123111
- #include
- using namespace std;
- int main()
- {
- int num1[100001],num2[100001],len1=1,len2,N,f1;
- cin >> num1[0] >> N;
-
- while (--N){
- len2 = 0;
- for(int z=0;z
- f1 = 1;
- while (z
- num2[len2++] = num1[z];
- num2[len2++] = f1;
- }
- for(len1=0;len1
- }
-
- for(int z=0;z
- return 0;
- }

-
相关阅读:
php判断是否是email格式
【音乐合成】基于FPGA的音乐合成系统verilog实现
Delphi+DIYGW开发小程序
由浅到深的操作系统学习
USACO18OPEN Talent Show G
4. 3 配置Mysql与注册登录模块(下)
面试害怕考到JVM? 看这一篇就够了~
grrenplum搭建时已经手动做了免密 ,使用gpssh-exkeys时报错
HDD-FAT32 ZIP-FAT32 HDD-FAT16 ZIP-FAT16 HDD-NTFS
SpringBoot中异常处理
-
原文地址:https://blog.csdn.net/daybreak_alonely/article/details/126245470