打错了,是计算三角形面积的答案,大家别误会 摘要:参考代码:#includeusing namespace std;int main(){ double a; cin>>a>>b>>c>>d>>e>>f; double s=sqrt…… 题解列表 2023年04月29日 0 点赞 0 评论 566 浏览 评分:9.9
题解解解解解解解解 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,n; cin>>a>>b>>n; cout<<…… 题解列表 2023年04月29日 0 点赞 0 评论 632 浏览 评分:0.0
2771: 大象喝水(制作不易,给个好评吧) 摘要:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int h,r; double t; cin>>h>>r; …… 题解列表 2023年04月29日 0 点赞 1 评论 372 浏览 评分:7.0
daxiangheshui0263461984565484752625+8749 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int h,r; cin>>h>>r; double v; …… 题解列表 2023年04月29日 0 点赞 0 评论 636 浏览 评分:9.9
非直接打印的方法 摘要:解题思路:注意事项:参考代码:#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 评论 635 浏览 评分:9.9
普通的写法 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>#include<set>using namespace std;const int N =10…… 题解列表 2023年04月29日 0 点赞 0 评论 371 浏览 评分: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 评论 383 浏览 评分:9.9
不能完全通过,最好情况通过67.仅供学习参考 摘要: # 题目 3166: 蓝桥杯2023年第十四届省赛真题-阶乘的和--不能完…… 题解列表 2023年04月29日 0 点赞 0 评论 596 浏览 评分:0.0
题解 2780: 奇偶数判断 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); if(a%2==0) { printf("even\n"); }…… 题解列表 2023年04月29日 0 点赞 1 评论 825 浏览 评分:9.9
字符串最大跨距 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class 字符串最大跨距 { public static void main(String[] a…… 题解列表 2023年04月28日 0 点赞 0 评论 456 浏览 评分:9.9