不能完全通过,最好情况通过67.仅供学习参考 摘要: # 题目 3166: 蓝桥杯2023年第十四届省赛真题-阶乘的和--不能完…… 题解列表 2023年04月29日 0 点赞 0 评论 593 浏览 评分:0.0
弟弟的作业 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ char c=10; int sum=0; int a=0,b=0,d=0,t,k=0,i=0…… 题解列表 2023年04月29日 0 点赞 0 评论 379 浏览 评分:9.9
普通的写法 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>#include<set>using namespace std;const int N =10…… 题解列表 2023年04月29日 0 点赞 0 评论 365 浏览 评分:0.0
非直接打印的方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int fun(int a){ int sum=0; for(int i=1;i<a;i++) { if(a%i==0) sum+=…… 题解列表 2023年04月29日 0 点赞 0 评论 630 浏览 评分:9.9
daxiangheshui0263461984565484752625+8749 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int h,r; cin>>h>>r; double v; …… 题解列表 2023年04月29日 0 点赞 0 评论 631 浏览 评分:9.9
2771: 大象喝水(制作不易,给个好评吧) 摘要:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int h,r; double t; cin>>h>>r; …… 题解列表 2023年04月29日 0 点赞 1 评论 365 浏览 评分:7.0
题解解解解解解解解 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,n; cin>>a>>b>>n; cout<<…… 题解列表 2023年04月29日 0 点赞 0 评论 627 浏览 评分:0.0
打错了,是计算三角形面积的答案,大家别误会 摘要:参考代码:#includeusing namespace std;int main(){ double a; cin>>a>>b>>c>>d>>e>>f; double s=sqrt…… 题解列表 2023年04月29日 0 点赞 0 评论 563 浏览 评分:9.9
2774: 计算三角形面积 摘要:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ double a; cin>>a>>b>>c>>d>>e>>f; …… 题解列表 2023年04月29日 0 点赞 0 评论 568 浏览 评分:9.9
感谢支持(谢谢) 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb,xc,yc; cin>>xa…… 题解列表 2023年04月29日 0 点赞 0 评论 342 浏览 评分:4.0