蓝桥杯算法提高VIP-数组替换 摘要:// 禁止在 Visual Studio 中出现 scanf 的安全警告 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> // 函数…… 题解列表 2023年12月05日 0 点赞 0 评论 153 浏览 评分:9.9
数组替换:纯纯文字游戏 摘要:解题思路:切片就能写出来,问题是题目中说到“数组a中只需改变n个元素”,也就是说当m1+n1<m的时候第一个数组中剩下的元素也要加上不能去掉跟你玩文字游戏参考代码:a,b=map(int,input(…… 题解列表 2024年02月21日 0 点赞 0 评论 186 浏览 评分:9.9
1483: 蓝桥杯算法提高VIP-数组替换(python) 摘要: …… 题解列表 2024年10月14日 0 点赞 0 评论 142 浏览 评分:9.9
蓝桥杯算法提高VIP-数组替换 (*>.<*) 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; void Add (int a[], int m, int b[], int…… 题解列表 2024年11月12日 0 点赞 0 评论 98 浏览 评分:0.0
有坑,a后面的数还要输出 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;const int t=1e6;int a[t],b[t]={0};void a…… 题解列表 2025年02月20日 0 点赞 0 评论 73 浏览 评分:0.0