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;
- }

-
相关阅读:
2022-08-10 第四小组 修身课 学习笔记(every day)
驱动模块编译遇到一些问题解决
线程安全问题你了解多少?java中线程安全的基础防范
LeetCode46:全排列
图解拓扑排序+代码实现
JVM内存结构详解
华为HCIP—Datacom(821新增)
Django事务确保数据一致性
Guava常用操作
书生·浦语大模型第二期实战营第六节-Lagent & AgentLego 智能体应用搭建 笔记和作业
-
原文地址:https://blog.csdn.net/daybreak_alonely/article/details/126245470