3060: 合并石子 区间DP 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义全局变量n和数组…… 题解列表 2024年12月17日 0 点赞 0 评论 47 浏览 评分:0.0
while循环的简单使用 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int x(int n) { int sum = 0; if (n &…… 题解列表 2024年12月17日 0 点赞 0 评论 82 浏览 评分:0.0
数组插入处理,从最后一个往前取值 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[10]; int b,i,k;&nb…… 题解列表 2024年12月18日 1 点赞 0 评论 156 浏览 评分:0.0
直接输入然后输出 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[10];  …… 题解列表 2024年12月18日 0 点赞 0 评论 175 浏览 评分:0.0
简单易想到 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void fun(int a[],int m,int n){ int b[n],i,j=0; for(i=n-m;i<…… 题解列表 2024年12月18日 1 点赞 0 评论 118 浏览 评分:0.0
编写一函数,由实参传来一个字符串,统计此字符串中字母、数字、空格和其它字符的个数,在主函数中输入字符串以及输出上述结果。 只要结果,别输出什么提示信息。 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>void x(char a[], int b[]) { int i, t =…… 题解列表 2024年12月18日 0 点赞 0 评论 121 浏览 评分:0.0
编写题解 3209: 蓝桥杯2024年第十五届省赛真题-好数(简单易懂的c语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a, i, x, num, sum = 0; &nbs…… 题解列表 2024年12月18日 1 点赞 0 评论 82 浏览 评分:0.0
光越是强大,影就越浓重。 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;//定义全局变量,r和c…… 题解列表 2024年12月18日 0 点赞 0 评论 27 浏览 评分:0.0