题解列表
2774: 计算三角形面积
摘要:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ double a; cin>>a>>b>>c>>d>>e>>f; ……
打错了,是计算三角形面积的答案,大家别误会
摘要:参考代码:#includeusing namespace std;int main(){ double a; cin>>a>>b>>c>>d>>e>>f; double s=sqrt……
2771: 大象喝水(制作不易,给个好评吧)
摘要:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int h,r; double t; cin>>h>>r; ……
daxiangheshui0263461984565484752625+8749
摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int h,r; cin>>h>>r; double v; ……
不能完全通过,最好情况通过67.仅供学习参考
摘要:
# 题目 3166: 蓝桥杯2023年第十四届省赛真题-阶乘的和--不能完……