简单简洁易懂 解题思路:注意事项:参考代码:#includeintprime(inta){inti,m=0;for(i=2;i 题解列表 2025年11月06日 1 点赞 0 评论 510 浏览 评分:0.0 插入数组题比较插入数大小就行了 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int a[10]; …… 题解列表 2025年11月06日 1 点赞 1 评论 574 浏览 评分:8.0 [编程入门]自定义函数之数字后移 摘要:解题思路:一种思路是向后移动,把最后一个数字备份,移动完num_number - 1次后把最后一个数赋值给第一个总共移动move_number次注意 if(move_numb…… 题解列表 2025年11月06日 2 点赞 0 评论 590 浏览 评分:10.0 T1244-和为给定数 #includeintmain(){intarr[100001]={0};intn,m;intx;scanf("%d",&n);for(inti=0;i 题解列表 2025年11月05日 0 点赞 0 评论 296 浏览 评分:0.0 T1244-和为给定数 摘要:#include<stdio.h>int main(){ int arr[100001]={0}; int n;  …… 题解列表 2025年11月05日 0 点赞 0 评论 277 浏览 评分:0.0 C++:ctrl c ctrl v 摘要:解题思路:1注意事项:2参考代码:#include<iostream>using namespace std;int main(){ int a,b,c;&nbs…… 题解列表 2025年11月05日 0 点赞 0 评论 468 浏览 评分:0.0 二分法求函数的零点 摘要:#include<stdio.h>#include<math.h>double target = 1e-7;double f(double x){ r…… 题解列表 2025年11月05日 0 点赞 0 评论 325 浏览 评分:0.0 2878:计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:一:比较笨的方法#include<stdio.h>int main(){ int arr[100][100]; &nbs…… 题解列表 2025年11月05日 2 点赞 0 评论 415 浏览 评分:10.0 2876:矩阵交换行 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int arr[5][5]={}; for(in…… 题解列表 2025年11月05日 0 点赞 0 评论 463 浏览 评分:0.0 2850:将输入的字符串转变成亲朋字符串 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[101]…… 题解列表 2025年11月05日 1 点赞 0 评论 600 浏览 评分:0.0 « 12...45464748495051...29562957 »
插入数组题比较插入数大小就行了 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int a[10]; …… 题解列表 2025年11月06日 1 点赞 1 评论 574 浏览 评分:8.0
[编程入门]自定义函数之数字后移 摘要:解题思路:一种思路是向后移动,把最后一个数字备份,移动完num_number - 1次后把最后一个数赋值给第一个总共移动move_number次注意 if(move_numb…… 题解列表 2025年11月06日 2 点赞 0 评论 590 浏览 评分:10.0
T1244-和为给定数 #includeintmain(){intarr[100001]={0};intn,m;intx;scanf("%d",&n);for(inti=0;i 题解列表 2025年11月05日 0 点赞 0 评论 296 浏览 评分:0.0 T1244-和为给定数 摘要:#include<stdio.h>int main(){ int arr[100001]={0}; int n;  …… 题解列表 2025年11月05日 0 点赞 0 评论 277 浏览 评分:0.0 C++:ctrl c ctrl v 摘要:解题思路:1注意事项:2参考代码:#include<iostream>using namespace std;int main(){ int a,b,c;&nbs…… 题解列表 2025年11月05日 0 点赞 0 评论 468 浏览 评分:0.0 二分法求函数的零点 摘要:#include<stdio.h>#include<math.h>double target = 1e-7;double f(double x){ r…… 题解列表 2025年11月05日 0 点赞 0 评论 325 浏览 评分:0.0 2878:计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:一:比较笨的方法#include<stdio.h>int main(){ int arr[100][100]; &nbs…… 题解列表 2025年11月05日 2 点赞 0 评论 415 浏览 评分:10.0 2876:矩阵交换行 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int arr[5][5]={}; for(in…… 题解列表 2025年11月05日 0 点赞 0 评论 463 浏览 评分:0.0 2850:将输入的字符串转变成亲朋字符串 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[101]…… 题解列表 2025年11月05日 1 点赞 0 评论 600 浏览 评分:0.0 « 12...45464748495051...29562957 »
T1244-和为给定数 摘要:#include<stdio.h>int main(){ int arr[100001]={0}; int n;  …… 题解列表 2025年11月05日 0 点赞 0 评论 277 浏览 评分:0.0
C++:ctrl c ctrl v 摘要:解题思路:1注意事项:2参考代码:#include<iostream>using namespace std;int main(){ int a,b,c;&nbs…… 题解列表 2025年11月05日 0 点赞 0 评论 468 浏览 评分:0.0
二分法求函数的零点 摘要:#include<stdio.h>#include<math.h>double target = 1e-7;double f(double x){ r…… 题解列表 2025年11月05日 0 点赞 0 评论 325 浏览 评分:0.0
2878:计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:一:比较笨的方法#include<stdio.h>int main(){ int arr[100][100]; &nbs…… 题解列表 2025年11月05日 2 点赞 0 评论 415 浏览 评分:10.0
2876:矩阵交换行 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int arr[5][5]={}; for(in…… 题解列表 2025年11月05日 0 点赞 0 评论 463 浏览 评分:0.0
2850:将输入的字符串转变成亲朋字符串 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[101]…… 题解列表 2025年11月05日 1 点赞 0 评论 600 浏览 评分:0.0