11111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int i; double sum,a[7],m…… 题解列表 2022年08月05日 0 点赞 0 评论 474 浏览 评分:0.0
蓝桥杯算法提高VIP-Quadratic Equation 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ float a,b,c,x1,x2,o,t; scanf("%f%f%f",&a…… 题解列表 2022年08月05日 0 点赞 0 评论 392 浏览 评分:0.0
用不同思路解题 摘要:解题思路:用布尔和运算来表示结果注意事项:参考代码:#include<stdio.h> int main() { _Bool f; int n; scanf("%d"…… 题解列表 2022年08月05日 0 点赞 0 评论 569 浏览 评分:0.0
1111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,a[10001]; int sum=0; sca…… 题解列表 2022年08月05日 0 点赞 0 评论 359 浏览 评分:0.0
用不同思路解题 摘要:解题思路:布尔值和整数运算判断注意事项:参考代码:#include<stdio.h> int main() { _Bool f; for(int n=100;n<=999;n+…… 题解列表 2022年08月05日 0 点赞 0 评论 325 浏览 评分:0.0
用不同思路解题 摘要:解题思路:布尔值和整数运算判断注意事项:这题和1120一模一样参考代码:#include<stdio.h> int main() { _Bool f; for(int n=10…… 题解列表 2022年08月05日 0 点赞 0 评论 386 浏览 评分:0.0
11111111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:int n,a[10001]; int sum=0; scanf("%d",&n); for(int i=0;i<n;i++) scanf("%d",&a[i]); fo…… 题解列表 2022年08月05日 0 点赞 0 评论 414 浏览 评分:0.0
蓝桥杯算法提高VIP-删除数组中的0元素简单好懂 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,a[100],i,ans=0; scanf("%d",&n); for(i=0;i<n;i++) s…… 题解列表 2022年08月05日 0 点赞 0 评论 389 浏览 评分:0.0
SinzoL--题解 1676: 数据结构-链表的基本操作 摘要:####好久没写了,今天试着写一下 ####我是靠自己的理解来写的,所以极有可能会出现一些时候处理得复杂了或不规范的情况 我们先来定义一下所需函数: ```cpp void show(note…… 题解列表 2022年08月05日 0 点赞 0 评论 397 浏览 评分:0.0
大佬们看看我的哪里有问题,为什么一直答案错误 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int isprime(int x){ if(x<2) return 0; if(x==2) return 1; for(int j=…… 题解列表 2022年08月06日 0 点赞 1 评论 212 浏览 评分:0.0